RDK Documentation (Open Sourced RDK Components)
|
The header file provides HostIf message handler information APIs. More...
#include <mutex>
#include "hostIf_main.h"
#include "hostIf_msgHandler.h"
#include "hostIf_utils.h"
#include "hostIf_dsClient_ReqHandler.h"
#include "hostIf_DeviceClient_ReqHandler.h"
#include "hostIf_XrdkCentralT2_ReqHandler.h"
#include "safec_lib.h"
#include "hostIf_EthernetClient_ReqHandler.h"
#include "hostIf_IPClient_ReqHandler.h"
#include "hostIf_TimeClient_ReqHandler.h"
#include "x_rdk_req_handler.h"
Go to the source code of this file.
Functions | |
int | hostIf_GetMsgHandler (HOSTIF_MsgData_t *stMsgData) |
int | hostIf_SetMsgHandler (HOSTIF_MsgData_t *stMsgData) |
int | hostIf_GetAttributesMsgHandler (HOSTIF_MsgData_t *stMsgData) |
int | hostIf_SetAttributesMsgHandler (HOSTIF_MsgData_t *stMsgData) |
void | hostIf_Free_stMsgData (HOSTIF_MsgData_t *stMsgData) |
void | hostIf_Init_Dummy_stMsgData (HOSTIF_MsgData_t **stMsgData) |
void | hostIf_Print_msgData (HOSTIF_MsgData_t *stMsgData) |
bool | hostIf_initalize_ConfigManger () |
msgHandler * | HostIf_GetMgr (HOSTIF_MsgData_t *stMsgHandlerData) |
bool | hostIf_ConfigProperties_Init () |
Variables | |
GHashTable * | paramMgrhash |
T_ARGLIST | argList |
static std::mutex | get_handler_mutex |
static std::mutex | set_handler_mutex |
The header file provides HostIf message handler information APIs.
Definition in file hostIf_msgHandler.cpp.