Searched refs:SERVER_REG_DATA_LEVEL_CHANGE_CB (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_server_ipc_interface_code.h | 79 SERVER_REG_DATA_LEVEL_CHANGE_CB, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub2_fuzzer/ |
H A D | softbusserverstub2_fuzzer.cpp | 68 SERVER_REG_DATA_LEVEL_CHANGE_CB,
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_stub.c | 205 { SERVER_REG_DATA_LEVEL_CHANGE_CB, ServerRegDataLevelChangeCb },
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 155 memberFuncMap_[SERVER_REG_DATA_LEVEL_CHANGE_CB] = &SoftBusServerStub::RegDataLevelChangeCbInner; in InitMemberFuncMap() 197 …memberPermissionMap_[SERVER_REG_DATA_LEVEL_CHANGE_CB] = OHOS_PERMISSION_DISTRIBUTED_SOFTBUS_CENTER; in InitMemberPermissionMap()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 380 …return g_serverProxy->Invoke(g_serverProxy, SERVER_REG_DATA_LEVEL_CHANGE_CB, &request, NULL, NULL); in ServerIpcRegDataLevelChangeCb()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 101 {SERVER_REG_DATA_LEVEL_CHANGE_CB, "RegDataChangeLevelCb"},
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy_standard.cpp | 474 int32_t serverRet = remote->SendRequest(SERVER_REG_DATA_LEVEL_CHANGE_CB, data, reply, option); in RegDataLevelChangeCb()
|