| /base/telephony/core_service/test/unittest/tel_ril_gtest/ |
| D | tel_ril_test.cpp | 74 void TelRilTest::ProcessTest(int32_t index, const std::shared_ptr<AppExecFwk::EventHandler> &handle… in ProcessTest() 211 void TelRilTest::CallGetCurrentCallsStatusTest(const std::shared_ptr<AppExecFwk::EventHandler> &han… in CallGetCurrentCallsStatusTest() 231 void TelRilTest::SimGetSimStatusTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SimGetSimStatusTest() 250 void TelRilTest::SimIccIoTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SimIccIoTest() 278 void TelRilTest::SimGetImsiTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SimGetImsiTest() 297 void TelRilTest::GetSimLockStatusTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in GetSimLockStatusTest() 317 void TelRilTest::SetSimLockTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetSimLockTest() 340 void TelRilTest::ChangeSimPasswordTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in ChangeSimPasswordTest() 364 void TelRilTest::EnterSimPinTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in EnterSimPinTest() 384 void TelRilTest::UnlockSimPinTest(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in UnlockSimPinTest() [all …]
|
| /base/telephony/core_service/services/tel_ril/test/ |
| D | tel_ril_test.cpp | 499 …d TelRilTest::OnInitForRegister(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnInitForRegister() 542 …t::OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnProcessInput() 554 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestCallGetCurrentCallsStatusTest() 568 …t::OnRequestSimGetSimStatusTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnRequestSimGetSimStatusTest() 579 …lRilTest::OnRequestSimIccIoTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnRequestSimIccIoTest() 599 …lTest::OnRequestOpenLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnRequestOpenLGSimIOTest() 617 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestTransmitApduLogicalChannelTest() 635 …Test::OnRequestCloseLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnRequestCloseLGSimIOTest() 652 …ilTest::OnRequestSimGetImsiTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &h… in OnRequestSimGetImsiTest() 666 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestGetSimLockStatusTest() [all …]
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/include/ |
| D | hks_core_service.h | 100 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 106 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 112 int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, member 118 …int32_t (*handler)(const struct HuksKeyNode *keyNode, const struct HksParamSet *paramSet, uint32_t… member
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | observer_handler.cpp | 26 void ObserverHandler::RegObserver(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> han… in RegObserver() 50 void ObserverHandler::Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in Remove() 76 for (auto handler : iter->second) { in NotifyObserver() local
|
| D | tel_ril_call.cpp | 114 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in AnswerResponse() local 145 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in HoldCallResponse() local 176 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in UnHoldCallResponse() local 207 std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in SwitchCallResponse() local 247 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in GetCallListResponse() local 280 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in DialResponse() local 311 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in HangupResponse() local 342 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in RejectResponse() local 373 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in CombineConferenceResponse() local 404 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in SeparateConferenceResponse() local [all …]
|
| D | tel_ril_sim.cpp | 126 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ErrorIccIoResponse() local 165 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ProcessIccIoInfo() local 202 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in GetSimStatusResponse() local 241 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetImsiResponse() local 276 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetSimLockStatusResponse() local 306 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in SetSimLockResponse() local 342 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in ChangeSimPasswordResponse() local 371 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in UnlockPinResponse() local 400 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in UnlockPukResponse() local 436 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in GetSimPinInputTimesResponse() local [all …]
|
| D | tel_ril_network.cpp | 262 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetNeighboringCellInfoListResponse() local 300 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetCurrentCellInfoResponse() local 523 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetImsRegStatusResponse() local 677 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetSignalStrengthResponse() local 718 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetCsRegStatusResponse() local 761 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetPsRegStatusResponse() local 795 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetOperatorInfoResponse() local 829 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetNetworkSearchInformationResponse() local 870 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetNetworkSelectionModeResponse() local 898 …const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner… in SetNetworkSelectionModeResponse() local [all …]
|
| D | tel_ril_sms.cpp | 598 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in SendGsmSmsResponse() local 645 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in SendCdmaSmsResponse() local 680 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in AddSimMessageResponse() local 715 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in DelSimMessageResponse() local 750 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in UpdateSimMessageResponse() local 785 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in SetSmscAddrResponse() local 826 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetSmscAddrResponse() local 872 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetCBConfigResponse() local 918 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in GetCdmaCBConfigResponse() local 955 … std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler = telRilRequest->pointer_->GetOwner(); in SendSmsMoreModeResponse() local [all …]
|
| /base/location/interfaces/innerkits/napi/ |
| D | callback_manager.h | 39 bool CallbackManager<T>::IsCallbackInMap(napi_env& env, napi_value& handler) in IsCallbackInMap() 68 void CallbackManager<T>::DeleteCallback(napi_env& env, napi_value& handler) in DeleteCallback() 87 sptr<T> CallbackManager<T>::GetCallbackPtr(napi_env& env, napi_value& handler) in GetCallbackPtr()
|
| /base/accessibility/services/test/mock/aafwk/include/ |
| D | extension_base.inl | 21 std::shared_ptr<AbilityHandler> &handler, 30 std::shared_ptr<AbilityHandler> &handler,
|
| /base/miscservices/wallpaper/frameworks/kits/extension/src/ |
| D | wallpaper_extension.cpp | 46 std::shared_ptr<AbilityHandler> &handler, in Init() 57 std::shared_ptr<AbilityHandler> &handler, in CreateAndInitContext()
|
| /base/accessibility/frameworks/aafwk/src/ |
| D | accessibility_extension.cpp | 41 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, in Init() 51 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, in CreateAndInitContext()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_manager_inner.cpp | 80 … int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj) in RegisterCoreNotify() 300 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetPreferredNetworkPara() 312 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in GetPreferredNetworkPara() 348 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in GetCellInfoList() 360 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in GetCurrentCellInfo() 372 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SendGsmSms() 384 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SendCdmaSms() 396 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in AddSimMessage() 408 …32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler> &h… in DelSimMessage() 432 const std::shared_ptr<AppExecFwk::EventHandler> &handler) in SetSmscAddr() [all …]
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | cmd_executor.cpp | 87 std::unique_ptr<Socket> handler = std::make_unique<Socket>(SOCK_SEQPACKET); in MainLoop() local 98 void CmdExecutor::OnAcceptedConnection(std::unique_ptr<Socket> handler) in OnAcceptedConnection() 107 void CmdExecutor::ClientEventLoop(std::unique_ptr<Socket> handler) in ClientEventLoop()
|
| /base/user_iam/face_auth/services/faceauth/include/ |
| D | face_auth_event.h | 35 inline void SetEventHandler(const std::shared_ptr<FaceAuthEventHandler> &handler) in SetEventHandler()
|
| /base/powermgr/thermal_manager/frameworks/napi/common/ |
| D | thermal_manager_native_event.cpp | 38 void ThermalManagerNativeEvent::On(const std::string &eventType, napi_value handler) in On() 92 napi_value handler = nullptr; in OnEvent() local
|
| /base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/ |
| D | event_processor_example3.h | 24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler) in EventProcessorExample3Event()
|
| /base/hiviewdfx/hicollie/frameworks/native/ |
| D | watchdog.cpp | 30 int Watchdog::AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, in AddThread()
|
| D | handler_checker.h | 34 HandlerChecker(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler) in HandlerChecker()
|
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | plugin_example.h | 25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent()
|
| /base/msdp/device_status/frameworks/js/napi/src/ |
| D | devicestatus_event.cpp | 39 bool DevicestatusEvent::On(const int32_t& eventType, napi_value handler, bool isOnce) in On() 139 napi_value handler = nullptr; in OnEvent() local
|
| /base/miscservices/inputmethod/interfaces/kits/js/napi/inputmethodengine/include/ |
| D | js_input_method_engine_listener.h | 33 …JsInputMethodEngineListener(NativeEngine* engine, std::shared_ptr<AppExecFwk::EventHandler> &handl… in JsInputMethodEngineListener()
|
| D | js_keyboard_delegate_listener.h | 33 …JsKeyboardDelegateListener(NativeEngine* engine, std::shared_ptr<AppExecFwk::EventHandler> &handle… in JsKeyboardDelegateListener()
|
| /base/hiviewdfx/hilog/frameworks/native/ |
| D | seq_packet_socket_server.cpp | 42 std::unique_ptr<Socket> handler = std::make_unique<Socket>(SOCK_SEQPACKET); in AcceptingLoop() local
|
| /base/telephony/core_service/services/sim/src/ |
| D | icc_file.cpp | 250 void IccFile::UnregisterImsiLoaded(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in UnregisterImsiLoaded() 273 void IccFile::UnregisterAllFilesLoaded(const std::shared_ptr<AppExecFwk::EventHandler> &handler) in UnregisterAllFilesLoaded() 280 void IccFile::RegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in RegisterCoreNotify() 294 void IccFile::UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int wh… in UnRegisterCoreNotify() 413 …const std::shared_ptr<IccFileController> &file, const std::shared_ptr<IccDiallingNumbersHandler> &… in SetRilAndFileController()
|