| /base/telephony/core_service/test/unittest/tel_ril_gtest/ |
| D | zero_branch_test_tel_ril.cpp | 76 std::shared_ptr<AppExecFwk::EventHandler> observerCallBack = nullptr; variable 78 …telRilManager->RegisterCoreNotify(SLOT_ID, observerCallBack, RadioEvent::RADIO_ICC_STATUS_CHANGED,… 81 …EXPECT_EQ(telRilManager->RegisterCoreNotify(SLOT_ID, observerCallBack, RadioEvent::RADIO_OFF, null… 84 …telRilManager->UnRegisterCoreNotify(SLOT_ID, observerCallBack, RadioEvent::RADIO_OFF), TELEPHONY_E…
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_state_manager.h | 51 void UnRegisterCoreNotify(const HANDLE &observerCallBack, int what);
|
| D | sim_state_handle.h | 130 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
|
| D | sim_file_manager.h | 74 …void UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int w…
|
| D | icc_file.h | 76 … UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
|
| D | sim_manager.h | 135 void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) override;
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_manager.cpp | 206 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what, i… in RegisterCoreNotify() argument 213 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify() 217 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify() 229 observerHandler->RegObserver(what, observerCallBack); in RegisterCoreNotify() 237 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) in UnRegisterCoreNotify() argument 242 observerHandler->Remove(what, observerCallBack); in UnRegisterCoreNotify()
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_manager.cpp | 1040 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify() argument 1047 simFileManager_[slotId]->UnRegisterCoreNotify(observerCallBack, what); in UnRegisterCoreNotify() 1053 simStateManager_[slotId]->UnRegisterCoreNotify(observerCallBack, what); in UnRegisterCoreNotify()
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 130 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/test/unittest/core_service_gtest/ |
| D | zero_branch_test_sim_ril.cpp | 556 std::shared_ptr<AppExecFwk::EventHandler> observerCallBack = nullptr; variable 559 telRilManager->RegisterCoreNotify(slot_0, observerCallBack, what, obj); 560 telRilManager->UnRegisterCoreNotify(slot_0, observerCallBack, what);
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_manager_inner.cpp | 102 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify() argument 109 networkSearchManager_->UnRegisterCoreNotify(slotId, observerCallBack, what); in UnRegisterCoreNotify() 115 simManager_->UnRegisterCoreNotify(slotId, observerCallBack, what); in UnRegisterCoreNotify() 121 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…
|