Searched refs:SERVER_CLOSE_CHANNEL (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_server_ipc_interface_code.h | 48 SERVER_CLOSE_CHANNEL, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub2_fuzzer/ |
H A D | softbusserverstub2_fuzzer.cpp | 38 SERVER_CLOSE_CHANNEL,
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_stub.c | 202 { SERVER_CLOSE_CHANNEL, ServerCloseChannel },
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 355 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CLOSE_CHANNEL, &request, &ret, ProxyCall… in ServerIpcCloseChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 145 memberFuncMap_[SERVER_CLOSE_CHANNEL] = &SoftBusServerStub::CloseChannelInner; in InitMemberFuncMap() 186 memberPermissionMap_[SERVER_CLOSE_CHANNEL] = OHOS_PERMISSION_DISTRIBUTED_DATASYNC; in InitMemberPermissionMap()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy_standard.cpp | 416 int32_t ret = remote->SendRequest(SERVER_CLOSE_CHANNEL, data, reply, option); in CloseChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 91 {SERVER_CLOSE_CHANNEL, "CloseChannel"},
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 56 SERVER_CLOSE_CHANNEL, enumerator
|