/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | observer_handler.h | 42 void NotifyObserver(int32_t what); 44 void NotifyObserver(int32_t what, int64_t param) in NotifyObserver() function 59 void NotifyObserver(int32_t what, std::shared_ptr<T> object) in NotifyObserver() function
|
H A D | tel_ril_base.h | 213 observerHandler_->NotifyObserver(notifyId, data); in Notify() 224 observerHandler_->NotifyObserver(notifyId); in Notify()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | isim_file.cpp | 87 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched() 146 iccidLoadObser_->NotifyObserver(RadioEvent::RADIO_QUERY_ICCID_DONE, slotId_); in ProcessGetIccidDone() 169 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
|
H A D | sim_state_handle.cpp | 375 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, slotId); in ProcessIccCardState() 376 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ICCID_LOADED, slotId); in ProcessIccCardState() 756 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY, slotId); in SimStateEscape() 762 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 768 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 820 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_SIMLOCK); in NotifySimLock() 866 observerHandler_->NotifyObserver(RadioEvent::RADIO_CARD_TYPE_CHANGE); in CardTypeEscape()
|
H A D | ruim_file.cpp | 128 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched() 207 iccidLoadObser_->NotifyObserver(RadioEvent::RADIO_QUERY_ICCID_DONE, slotId_); in ProcessGetIccidDone() 230 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
|
H A D | icc_file.cpp | 513 spnUpdatedObser_->NotifyObserver(MSG_SIM_SPN_UPDATED); in UpdateSPN() 810 opkeyLoadObser_->NotifyObserver(RadioEvent::RADIO_SIM_OPKEY_LOADED, obj); in OnOpkeyLoad() 874 operatorCacheDelObser_->NotifyObserver(RadioEvent::RADIO_OPERATOR_CACHE_DELETE, slotId_); in DeleteOperatorCache() 881 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in UpdateOpkeyConfig()
|
H A D | multi_sim_monitor.cpp | 206 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId); in InitData()
|
H A D | sim_file.cpp | 232 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched() 1063 iccidLoadObser_->NotifyObserver(RadioEvent::RADIO_QUERY_ICCID_DONE, slotId_); in ProcessGetIccIdDone() 1108 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessObtainIMSIDone()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/ |
H A D | thermal_sensor_info.h | 34 void NotifyObserver();
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_sensor_info.cpp | 55 void ThermalSensorInfo::NotifyObserver() in NotifyObserver() function in OHOS::PowerMgr::ThermalSensorInfo
|
H A D | thermal_service_subscriber.cpp | 57 tms->GetSensorInfo()->NotifyObserver(); in OnTemperatureChanged()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 313 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_OPEN); in NotifyPsRoamingOpenChanged() 324 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_ROAMING_CLOSE); in NotifyPsRoamingCloseChanged() 335 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_OPEN); in NotifyEmergencyOpenChanged() 346 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_EMERGENCY_STATE_CLOSE); in NotifyEmergencyCloseChanged() 357 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_RAT_CHANGED); in NotifyPsRatChanged() 368 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_CONNECTION_ATTACHED); in NotifyPsConnectionAttachedChanged() 379 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_PS_CONNECTION_DETACHED); in NotifyPsConnectionDetachedChanged() 390 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_NR_STATE_CHANGED); in NotifyNrStateChanged() 401 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_NR_FREQUENCY_CHANGED); in NotifyNrFrequencyChanged() 412 inner->observerHandler_->NotifyObserver(RadioEvent::RADIO_FACTORY_RESET); in NotifyFactoryReset()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | observer_handler.cpp | 76 void ObserverHandler::NotifyObserver(int32_t what) in NotifyObserver() function in OHOS::Telephony::ObserverHandler
|
H A D | tel_ril_manager.cpp | 262 observerHandler->NotifyObserver(RadioEvent::RADIO_ICC_STATUS_CHANGED); in RegisterCoreNotify() 272 observerHandler->NotifyObserver(what); in RegisterCoreNotify()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_service_impl_test.cpp | 505 HWTEST_F(DataShareServiceImplTest, NotifyObserver, TestSize.Level1) 515 dataShareServiceImpl.NotifyObserver(uri); 532 dataShareServiceImpl.NotifyObserver("");
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 85 … void NotifyObserver(const GattDevice &device, uint8_t event, uint16_t connectionHandle, int ret); 525 void GattConnectionManager::impl::NotifyObserver( in NotifyObserver() function in OHOS::bluetooth::GattConnectionManager::impl 1322 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Entry() 1376 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Entry() 1421 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Dispatch() 1432 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Dispatch() 1455 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Entry() 1498 GattConnectionManager::GetInstance().pimpl->NotifyObserver( in Entry()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | idata_share_service.h | 97 virtual void NotifyObserver(const std::string &uri) = 0;
|
H A D | data_share_service_impl.h | 91 void NotifyObserver(const std::string &uri) override;
|
H A D | data_share_service_stub.cpp | 419 NotifyObserver(uri); in OnNotifyObserver()
|
H A D | data_share_service_impl.cpp | 825 void DataShareServiceImpl::NotifyObserver(const std::string &uri) in NotifyObserver() function in OHOS::DataShare::DataShareServiceImpl
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_observer_test.cpp | 181 info->NotifyObserver();
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 381 …01-01 00:08:01.336 546 551 D 02b01/CoreService: [NotifyObserver-(observer_handler.cpp:76)] han…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 369 …01-01 00:08:01.336 546 551 D 02b01/CoreService: [NotifyObserver-(observer_handler.cpp:76)] han…
|