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 D | channel_manager.c | 51 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 D | common_defs.h | 177 SOFT_BUS = 3, enumerator
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_util.c | 240 ChannelType channelType = SOFT_BUS; in InformPeerProcessError()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 483 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 D | device_auth.c | 740 channelType = SOFT_BUS; in BuildServerBindContext()
|
Completed in 7 milliseconds