Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
kaa_profile_private.h
Go to the documentation of this file.
1 /*
2  * Copyright 2014-2016 CyberVision, Inc.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #ifndef KAA_PROFILE_PRIVATE_H
17 #define KAA_PROFILE_PRIVATE_H
18 
19 #include <kaa_profile.h>
20 #include <kaa_status.h>
21 #include <kaa_channel_manager.h>
22 #include <utilities/kaa_log.h>
23 #include <kaa_platform_utils.h>
24 
26  kaa_channel_manager_t *channel_manager, kaa_logger_t *logger);
29 
31 
36 kaa_error_t kaa_profile_handle_server_sync(kaa_profile_manager_t *self, kaa_platform_message_reader_t *reader, uint16_t extension_options, size_t extension_length);
37 
38 #endif /* KAA_PROFILE_PRIVATE_H */
User defined channels manager for Kaa C SDK.
bool kaa_profile_manager_is_profile_set(kaa_profile_manager_t *self)
Definition: kaa_platform_utils.h:40
kaa_error_t kaa_profile_handle_server_sync(kaa_profile_manager_t *self, kaa_platform_message_reader_t *reader, uint16_t extension_options, size_t extension_length)
kaa_error_t kaa_profile_manager_create(kaa_profile_manager_t **profile_manager_p, kaa_status_t *status, kaa_channel_manager_t *channel_manager, kaa_logger_t *logger)
kaa_error_t
Definition: kaa_error.h:31
void kaa_profile_manager_destroy(kaa_profile_manager_t *self)
kaa_error_t kaa_profile_request_serialize(kaa_profile_manager_t *self, kaa_platform_message_writer_t *writer)
Kaa profile reporting API.
Definition: kaa_platform_utils.h:33
struct kaa_logger_t kaa_logger_t
Definition: kaa_log.h:68
struct kaa_profile_manager_t kaa_profile_manager_t
Private profile manager data structure.
Definition: kaa_profile.h:43
struct kaa_channel_manager_t kaa_channel_manager_t
Definition: kaa_channel_manager.h:42
Simple logger for Kaa C Endpoint.
kaa_error_t kaa_profile_need_profile_resync(kaa_profile_manager_t *kaa_context, bool *result)
kaa_error_t kaa_profile_force_sync(kaa_profile_manager_t *self)
kaa_error_t kaa_profile_request_get_size(kaa_profile_manager_t *self, size_t *expected_size)
Definition: kaa_status.h:36