Home
last modified time | relevance | path

Searched defs:dataState (Results 1 – 17 of 17) sorted by relevance

/base/telephony/cellular_data/frameworks/cj/src/
Dtel_cellular_data_impl.cpp155 int32_t dataState = 0; in GetCellularDataFlowType() local
168 int32_t dataState = 0; in GetCellularDataState() local
/base/telephony/cellular_data/services/src/
Dstate_notification.cpp31 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, i… in UpdateCellularDataConnectState()
Dtraffic_management.cpp40 DataFlowStatistics dataState; in UpdatePacketData() local
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_contexts.h82 int32_t dataState; member
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/core_service/test/unittest/ui_client/
Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
Dstate_registry_test.cpp185 int32_t dataState = 1; in UpdateCellularDataConnectState() local
/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp83 int32_t slotId, int32_t dataState, int32_t networkState) in UpdateCellularDataConnectState()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated()
144 int32_t dataState = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local
Dtelephony_observer_proxy.cpp176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp122 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState()
668 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged()
Dtelephony_state_registry_stub.cpp165 int32_t dataState = data.ReadInt32(); in OnUpdateCellularDataConnectState() local
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp379 int32_t dataState = static_cast<int32_t>(*data + offset); in UpdateCellularDataConnectState() local
/base/telephony/state_registry/frameworks/cj/src/
Dtelephony_observer_impl.cpp424 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/cellular_data/frameworks/js/napi/src/
Dnapi_cellular_data.cpp144 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataState(); in NativeGetCellularDataState() local
835 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType() local
Dcellular_data_service.cpp236 int32_t dataState = CellularDataStateAdapter(cellularDataController->GetCellularDataState()); in GetCellularDataState() local