Home
last modified time | relevance | path

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 Dchannel_manager.c55 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 Dcommon_defs.h176 SERVICE_CHANNEL = 2, enumerator
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c567 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 Dcompatible_bind_sub_session_util.c242 channelType = SERVICE_CHANNEL; in InformPeerProcessError()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp489 ASSERT_EQ(type, SERVICE_CHANNEL);
491 res = OpenChannel(SERVICE_CHANNEL, nullptr, 123, nullptr);
509 res = HcSendMsg(SERVICE_CHANNEL, 123, 0, nullptr, nullptr);