Searched refs:SERVICE_CHANNEL (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/ |
H A D | channel_manager.c | 55 return SERVICE_CHANNEL; in GetChannelType() 66 if (channelType == SERVICE_CHANNEL) { in OpenChannel() 97 if (channelType == SERVICE_CHANNEL) { in HcSendMsg()
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 176 SERVICE_CHANNEL = 2, enumerator
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 567 if (channelType == SERVICE_CHANNEL) { in StartClientBindSession() 733 channelType = SERVICE_CHANNEL; in BuildServerBindContext() 873 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildClientAuthContext() 1007 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildServerAuthContext() 1053 return AddChannelInfoToContext(SERVICE_CHANNEL, DEFAULT_CHANNEL_ID, context); in BuildServerP2PAuthContext()
|
/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 | 242 channelType = SERVICE_CHANNEL; in InformPeerProcessError()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 489 ASSERT_EQ(type, SERVICE_CHANNEL); 491 res = OpenChannel(SERVICE_CHANNEL, nullptr, 123, nullptr); 509 res = HcSendMsg(SERVICE_CHANNEL, 123, 0, nullptr, nullptr);
|