Home
last modified time | relevance | path

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 Dchannel_manager.h35 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 Dcompatible_bind_sub_session_util.c192 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 Dchannel_manager.c94 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 Ddeviceauth_interface_test.cpp505 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 Ddev_session_fwk.c141 …int32_t res = HcSendMsg(impl->channelType, impl->base.id, impl->channelId, &impl->base.callback, s… in SendJsonMsg()