Home
last modified time | relevance | path

Searched refs:OBSERVER_MASK_CELL_INFO (Results 1 – 6 of 6) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
Dtelephony_update_event_type.h27 EVENT_CELL_INFO_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO,
Dnapi_state_registry.h36 constexpr int32_t LISTEN_CELL_INFO = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h65 static const uint32_t OBSERVER_MASK_CELL_INFO = 0x00000008; variable
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp64 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
80 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
99 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in DisableTelephonyObserver()
109 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in DisableTelephonyObserver()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_dump_helper.cpp57 … } else if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO)) { in ShowTelephonyStateRegistryInfo()
Dtelephony_state_registry_service.cpp273 …if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) && record.slotId… in UpdateCellInfo()
379 if ((mask & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in CheckCallerIsSystemApp()
467 if ((mask & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in CheckPermission()
511 if ((record.mask_ & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in UpdateData()