Home
last modified time | relevance | path

Searched refs:ServerIpcNotifyAuthSuccess (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h33 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c63 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp138 (void)ServerIpcNotifyAuthSuccess(channelId, channelType); in ServerIpcNotifyAuthSuccessTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp178 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c296 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() function
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp574 ret = ServerIpcNotifyAuthSuccess(channelId, channelType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c461 ret = ServerIpcNotifyAuthSuccess(channelId, channelType); in NotifyAuthSuccess()