Searched refs:observerCallBack (Results 1 – 12 of 12) sorted by relevance
/base/telephony/core_service/services/sim/include/ |
D | sim_state_manager.h | 51 void UnRegisterCoreNotify(const HANDLE &observerCallBack, int what);
|
D | sim_file_manager.h | 66 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
|
D | sim_state_handle.h | 124 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
|
D | icc_file.h | 74 … UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
|
D | sim_manager.h | 125 void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) override;
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_manager.cpp | 166 …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/ |
D | sim_manager.cpp | 911 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/ |
D | i_sim_manager.h | 120 virtual void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) = 0;
|
D | i_tel_ril_manager.h | 36 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) =…
|
D | core_manager_inner.h | 42 … int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 105 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/ |
D | tel_ril_manager.h | 45 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) o…
|