Home
last modified time | relevance | path

Searched refs:observerCallBack (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dsim_state_manager.h51 void UnRegisterCoreNotify(const HANDLE &observerCallBack, int what);
Dsim_file_manager.h66 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
Dsim_state_handle.h124 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
Dicc_file.h74 … UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
Dsim_manager.h125 void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) override;
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_manager.cpp166 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what, i… in RegisterCoreNotify() argument
173 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify()
177 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify()
185 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify()
193 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) in UnRegisterCoreNotify() argument
198 observerHandler->Remove(what, observerCallBack); in UnRegisterCoreNotify()
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp911 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify() argument
918 simFileManager_[slotId]->UnRegisterCoreNotify(observerCallBack, what); in UnRegisterCoreNotify()
924 simStateManager_[slotId]->UnRegisterCoreNotify(observerCallBack, what); in UnRegisterCoreNotify()
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h120 virtual void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) = 0;
Di_tel_ril_manager.h36 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) =…
Dcore_manager_inner.h42 … int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp105 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify() argument
112 networkSearchManager_->UnRegisterCoreNotify(slotId, observerCallBack, what); in UnRegisterCoreNotify()
118 simManager_->UnRegisterCoreNotify(slotId, observerCallBack, what); in UnRegisterCoreNotify()
124 return telRilManager_->UnRegisterCoreNotify(slotId, observerCallBack, what); in UnRegisterCoreNotify()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_manager.h45 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) o…