Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_server_ipc_interface_code.h80 SERVER_UNREG_DATA_LEVEL_CHANGE_CB, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub2_fuzzer/
H A Dsoftbusserverstub2_fuzzer.cpp69 SERVER_UNREG_DATA_LEVEL_CHANGE_CB,
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c206 { SERVER_UNREG_DATA_LEVEL_CHANGE_CB, ServerUnregDataLevelChangeCb },
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp156 …memberFuncMap_[SERVER_UNREG_DATA_LEVEL_CHANGE_CB] = &SoftBusServerStub::UnregDataLevelChangeCbInne… in InitMemberFuncMap()
198 …memberPermissionMap_[SERVER_UNREG_DATA_LEVEL_CHANGE_CB] = OHOS_PERMISSION_DISTRIBUTED_SOFTBUS_CENT… in InitMemberPermissionMap()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c394 …return g_serverProxy->Invoke(g_serverProxy, SERVER_UNREG_DATA_LEVEL_CHANGE_CB, &request, NULL, NUL… in ServerIpcUnregDataLevelChangeCb()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c102 {SERVER_UNREG_DATA_LEVEL_CHANGE_CB, "UnregDataChangeLevelCb"},
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp508 int32_t serverRet = remote->SendRequest(SERVER_UNREG_DATA_LEVEL_CHANGE_CB, data, reply, option); in UnregDataLevelChangeCb()