Home
last modified time | relevance | path

Searched refs:SOFT_BUS (Results 1 - 5 of 5) sorted by relevance

/base/security/device_auth/services/legacy/group_manager/src/channel_manager/
H A Dchannel_manager.c51 return SOFT_BUS; in GetChannelType()
69 } else if (channelType == SOFT_BUS) { in OpenChannel()
89 if (channelType == SOFT_BUS) { in CloseChannel()
102 } else if (channelType == SOFT_BUS) { in HcSendMsg()
111 if (channelType == SOFT_BUS) { in NotifyBindResult()
/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h177 SOFT_BUS = 3, enumerator
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_util.c240 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp483 ASSERT_EQ(type, SOFT_BUS); in HWTEST_F()
496 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId); in HWTEST_F()
499 res = OpenChannel(SOFT_BUS, jsonParams, 123, &returnChannelId); in HWTEST_F()
504 CloseChannel(SOFT_BUS, 0); in HWTEST_F()
505 res = HcSendMsg(SOFT_BUS, 123, 0, nullptr, TEST_TRANSMIT_DATA); in HWTEST_F()
511 NotifyBindResult(SOFT_BUS, 0); in HWTEST_F()
/base/security/device_auth/services/
H A Ddevice_auth.c740 channelType = SOFT_BUS; in BuildServerBindContext()

Completed in 7 milliseconds