Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dtelephony_update_event_type.h30 EVENT_DATA_CONNECTION_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE,
H A Dnapi_state_registry.h39 …nt32_t LISTEN_DATA_CONNECTION_STATE = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE;
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp70 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in InitTelephonyObserver()
86 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in InitTelephonyObserver()
105 … Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in DisableTelephonyObserver()
115 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in DisableTelephonyObserver()
544 …yObserver0_, DEFAULT_SIM_SLOT_ID, TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE, tr…
547 … DEFAULT_SIM_SLOT_ID, Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE);
963 TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE |
1127 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE;
1138 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h68 static const uint32_t OBSERVER_MASK_DATA_CONNECTION_STATE = 0x00000040; variable
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_dump_helper.cpp47 … if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE)) { in ShowTelephonyStateRegistryInfo()
H A Dtelephony_state_registry_service.cpp130 … if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE) && in UpdateCellularDataConnectState()
573 if ((record.mask_ & TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE) != 0) { in UpdateData()