Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp67 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
83 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
102 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in DisableTelephonyObserver()
112 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in DisableTelephonyObserver()
960 TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO |
996 mask = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
1033 mask = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
1179 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
1191 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
1243 EXPECT_TRUE(service->CheckPermission(TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO));
[all …]
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dtelephony_update_event_type.h27 EVENT_CELL_INFO_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO,
H A Dnapi_state_registry.h36 constexpr int32_t LISTEN_CELL_INFO = TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h65 static const uint32_t OBSERVER_MASK_CELL_INFO = 0x00000008; variable
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp303 …if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) && record.slotId… in UpdateCellInfo()
427 if ((mask & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in CheckCallerIsSystemApp()
521 if ((mask & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in CheckPermission()
565 if ((record.mask_ & TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO) != 0) { in UpdateData()
H A Dtelephony_state_registry_dump_helper.cpp57 … } else if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO)) { in ShowTelephonyStateRegistryInfo()