Searched refs:HcSendMsg (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/ |
H A D | channel_manager.h | 35 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId,
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_util.c | 192 int32_t res = HcSendMsg(session->channelType, session->reqId, session->channelId, in TransmitBindSessionData() 255 (void)HcSendMsg(channelType, requestId, channelId, callback, errorDataStr); in InformPeerProcessError()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/ |
H A D | channel_manager.c | 94 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId, in HcSendMsg() function
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 505 res = HcSendMsg(SOFT_BUS, 123, 0, nullptr, TEST_TRANSMIT_DATA); 507 res = HcSendMsg(NO_CHANNEL, 123, 00, nullptr, nullptr); 509 res = HcSendMsg(SERVICE_CHANNEL, 123, 0, nullptr, nullptr);
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 141 …int32_t res = HcSendMsg(impl->channelType, impl->base.id, impl->channelId, &impl->base.callback, s… in SendJsonMsg()
|