Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 86) sorted by relevance

1234

/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.cpp74 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/
Dtel_ril_test.cpp499 …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/
Dhks_core_service.h100 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/
Dobserver_handler.cpp26 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
Dtel_ril_call.cpp114 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 …]
Dtel_ril_sim.cpp126 …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 …]
Dtel_ril_network.cpp262 … 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 …]
Dtel_ril_sms.cpp598 … 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/
Dcallback_manager.h39 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/
Dextension_base.inl21 std::shared_ptr<AbilityHandler> &handler,
30 std::shared_ptr<AbilityHandler> &handler,
/base/miscservices/wallpaper/frameworks/kits/extension/src/
Dwallpaper_extension.cpp46 std::shared_ptr<AbilityHandler> &handler, in Init()
57 std::shared_ptr<AbilityHandler> &handler, in CreateAndInitContext()
/base/accessibility/frameworks/aafwk/src/
Daccessibility_extension.cpp41 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, in Init()
51 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, in CreateAndInitContext()
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp80 … 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/
Dcmd_executor.cpp87 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/
Dface_auth_event.h35 inline void SetEventHandler(const std::shared_ptr<FaceAuthEventHandler> &handler) in SetEventHandler()
/base/powermgr/thermal_manager/frameworks/napi/common/
Dthermal_manager_native_event.cpp38 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/
Devent_processor_example3.h24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler) in EventProcessorExample3Event()
/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog.cpp30 int Watchdog::AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, in AddThread()
Dhandler_checker.h34 HandlerChecker(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler) in HandlerChecker()
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_example.h25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent()
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_event.cpp39 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/
Djs_input_method_engine_listener.h33 …JsInputMethodEngineListener(NativeEngine* engine, std::shared_ptr<AppExecFwk::EventHandler> &handl… in JsInputMethodEngineListener()
Djs_keyboard_delegate_listener.h33 …JsKeyboardDelegateListener(NativeEngine* engine, std::shared_ptr<AppExecFwk::EventHandler> &handle… in JsKeyboardDelegateListener()
/base/hiviewdfx/hilog/frameworks/native/
Dseq_packet_socket_server.cpp42 std::unique_ptr<Socket> handler = std::make_unique<Socket>(SOCK_SEQPACKET); in AcceptingLoop() local
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp250 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()

1234