Home
last modified time | relevance | path

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

/base/telephony/state_registry/frameworks/js/napi/include/
Dtelephony_update_event_type.h30 EVENT_DATA_CONNECTION_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE,
Dnapi_state_registry.h39 …nt32_t LISTEN_DATA_CONNECTION_STATE = TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE;
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h68 static const uint32_t OBSERVER_MASK_DATA_CONNECTION_STATE = 0x00000040; variable
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp67 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in InitTelephonyObserver()
83 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in InitTelephonyObserver()
102 … Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in DisableTelephonyObserver()
112 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in DisableTelephonyObserver()
531 …yObserver0_, DEFAULT_SIM_SLOT_ID, TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE, tr…
534 … DEFAULT_SIM_SLOT_ID, Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE);
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_dump_helper.cpp47 … if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE)) { in ShowTelephonyStateRegistryInfo()
Dtelephony_state_registry_service.cpp112 … if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE) && in UpdateCellularDataConnectState()
519 if ((record.mask_ & TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE) != 0) { in UpdateData()