/base/request/request/services/service/rust/src/c_wrapper/include/ |
D | c_event_handler.h | 25 using fun = int32_t (*)(); variable
|
/base/telephony/core_service/services/network_search/src/ |
D | network_utils.cpp | 319 auto fun = GetFunctionOfEvent<RilFunc_Event>(radioEvent); in SendBase() local 327 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(radioEvent); in SendBase() local 335 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(radioEvent); in SendBase() local 344 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(radioEvent); in SendBase() local 353 auto fun = GetFunctionOfEvent<RilFunc_Event>(radioEvent); in SendCallback() local 362 auto fun = GetFunctionOfEvent<RilFunc_Event>(radioEvent); in SendCallback() local 371 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(radioEvent); in SendCallbackEx() local 380 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(radioEvent); in SendCallback() local 390 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(radioEvent); in SendCallback() local
|
D | network_search_manager.cpp | 231 int32_t fun = static_cast<int32_t>(isOn); in SetRadioState() local 243 int32_t fun = static_cast<int32_t>(isOn); in SetRadioState() local
|
/base/msdp/device_status/test/fuzztest/getcoordinationstate_fuzzer/ |
D | getcoordinationstate_fuzzer.cpp | 37 auto fun = [](bool state) { in GetCoordinationStateFuzzTest() local
|
/base/msdp/device_status/test/fuzztest/deactivatecoordination_fuzzer/ |
D | deactivatecoordination_fuzzer.cpp | 32 auto fun = [](std::string listener, CoordinationMessage coordinationMessages) { in DeactivateCoordinationFuzzTest() local
|
/base/msdp/device_status/test/fuzztest/activatecoordination_fuzzer/ |
D | activatecoordination_fuzzer.cpp | 37 auto fun = [](const std::string &listener, CoordinationMessage cooperateMessages) { in ActivateCoordinationFuzzTest() local
|
/base/msdp/device_status/utils/common/include/ |
D | msg_handler.h | 32 V fun; member
|
/base/msdp/device_status/frameworks/native/src/ |
D | client.cpp | 207 void Client::RegisterConnectedFunction(ConnectCallback fun) in RegisterConnectedFunction() 212 void Client::RegisterDisconnectedFunction(ConnectCallback fun) in RegisterDisconnectedFunction()
|
/base/msdp/device_status/utils/ipc/src/ |
D | stream_client.cpp | 99 bool StreamClient::StartClient(MsgClientFunCallback fun) in StartClient()
|
/base/msdp/device_status/test/fuzztest/preparecoordination_fuzzer/ |
D | preparecoordination_fuzzer.cpp | 51 auto fun = [](std::string listener, CoordinationMessage coordinationMessages) { in PrepareCoordinationFuzzTest() local
|
/base/request/request/services/service/rust/src/c_wrapper/source/ |
D | application_state_observer.cpp | 118 void RegisterAPPStateCallback(APPStateCallback fun) in RegisterAPPStateCallback()
|
D | network_adapter.cpp | 219 void RegisterNetworkCallback(NetworkCallback fun) in RegisterNetworkCallback()
|
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | interaction_manager_test.cpp | 428 auto fun = [&promiseFlag](std::string listener, CoordinationMessage coordinationMessages) { in __anonfde8c68b0402() variable 452 auto fun = [&promiseFlag](std::string listener, CoordinationMessage coordinationMessages) { in __anonfde8c68b0502() variable 476 auto fun = [](std::string listener, CoordinationMessage coordinationMessages) { in __anonfde8c68b0602() variable 497 auto fun = [](std::string listener, CoordinationMessage coordinationMessages) { in __anonfde8c68b0702() variable 521 auto fun = [](bool state) { in __anonfde8c68b0802() variable 544 auto fun = [&promiseFlag](bool state) { in __anonfde8c68b0902() variable
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_sms_test.cpp | 131 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable 298 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable 354 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable 391 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable 447 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; variable
|
/base/security/device_auth/frameworks/deviceauth_lite/source/json/ |
D | commonutil.c | 121 int32_t memory_copy_error(const char *fun, unsigned int line) in memory_copy_error()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_modem.cpp | 59 int32_t TelRilModem::SetRadioState(int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer … in SetRadioState()
|
D | tel_ril_manager.cpp | 247 int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) in SetRadioState()
|
/base/msdp/device_status/services/native/src/ |
D | stream_server.cpp | 165 void StreamServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 70 auto fun = it->second; in OnRemoteRequest() local
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_modem.cpp | 33 int32_t HRilModem::SetRadioState(int32_t serialId, int32_t fun, int32_t rst) in SetRadioState()
|
D | hril_manager.cpp | 604 int32_t HRilManager::SetRadioState(int32_t slotId, int32_t serialId, int32_t fun, int32_t rst) in SetRadioState()
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_manager.cpp | 288 auto fun = [] (std::shared_ptr<MMI::PointerEvent> pointerEvent) -> int32_t { in OnInputEvent() local
|
/base/telephony/sms_mms/test/unittest/ |
D | cdma_sms_test.cpp | 510 std::function<void(std::shared_ptr<SmsSendIndexer>)> fun = nullptr; in TestTextBasedSmsDelivery() local
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_header.cpp | 169 auto fun = decodeFunc->second; in DecodeMmsHeader() local
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 841 int32_t fun = InputInt32(0, 0x7fffffff, "fun"); in SetRadioStateTest() local
|