Searched refs:ServerIpcNotifyAuthSuccess (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/ |
H A D | trans_server_proxy.h | 33 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType);
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 63 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 138 (void)ServerIpcNotifyAuthSuccess(channelId, channelType); in ServerIpcNotifyAuthSuccessTest()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 178 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 296 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 550 * @tc.desc: ServerIpcNotifyAuthSuccess, use the wrong parameter. 561 ret = ServerIpcNotifyAuthSuccess(channelId, channelType); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 462 ret = ServerIpcNotifyAuthSuccess(channelId, channelType); in NotifyAuthSuccess() 465 "ServerIpcNotifyAuthSuccess err channelId=%{public}d, ret=%{public}d", channelId, ret); in NotifyAuthSuccess()
|
Completed in 7 milliseconds