Home
last modified time | relevance | path

Searched refs:dataState (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/telephony/cellular_data/services/src/
H A Dtraffic_management.cpp39 DataFlowStatistics dataState; in UpdatePacketData() local
42 sendPackets_ = dataState.GetIfaceTxPackets(interfaceName); in UpdatePacketData()
43 recvPackets_ = dataState.GetIfaceRxPackets(interfaceName); in UpdatePacketData()
H A Dstate_notification.cpp30 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, i… in UpdateCellularDataConnectState() argument
32 int32_t state = CellularDataStateAdapter(dataState); in UpdateCellularDataConnectState()
H A Dcellular_data_service.cpp208 int32_t dataState = CellularDataStateAdapter(cellularDataController->GetCellularDataState()); in GetCellularDataState() local
211 dataState = static_cast<int32_t>(DataConnectionStatus::DATA_STATE_SUSPENDED); in GetCellularDataState()
213 return dataState; in GetCellularDataState()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
93 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
95 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
74 slotId, dataState); in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
74 slotId, dataState); in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_contexts.h82 int32_t dataState; member
86 dataState = info.dataState_;
H A Dupdate_infos.h71 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState()
72 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) {} in CellularDataConnectState()
H A Dnapi_telephony_observer.h35 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove…
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp91 void MediaTelephonyListener::OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, i… in OnCellularDataConnectStateUpdated() argument
94 "%{public}d", slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
H A Dmedia_telephony_listener.h41 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove…
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp83 int32_t slotId, int32_t dataState, int32_t networkState) in UpdateCellularDataConnectState() argument
90 return proxy->UpdateCellularDataConnectState(slotId, dataState, networkState); in UpdateCellularDataConnectState()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated() argument
147 int32_t dataState = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local
149 OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in OnCellularDataConnectStateUpdatedInner()
H A Dtelephony_observer_proxy.cpp176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
187 dataParcel.WriteInt32(dataState); in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dstate_notification.h26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp114 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState() argument
125 cellularDataConnectionState_[slotId] = dataState; in UpdateCellularDataConnectState()
135 … record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkTypeExt); in UpdateCellularDataConnectState()
137 … record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in UpdateCellularDataConnectState()
142 SendCellularDataConnectStateChanged(slotId, dataState, networkType); in UpdateCellularDataConnectState()
654 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged() argument
658 want.SetParam("dataState", dataState); in SendCellularDataConnectStateChanged()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h48 …int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) ove…
87 … void SendCellularDataConnectStateChanged(int32_t slotId, int32_t dataState, int32_t networkType);
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h41 int32_t slotId, int32_t dataState, int32_t networkType);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h45 int32_t slotId, int32_t dataState, int32_t networkType) = 0;
H A Di_telephony_state_notify.h33 …virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkS…
H A Dtelephony_state_registry_proxy.h35 int32_t slotId, int32_t dataState, int32_t networkState) override;
H A Dtelephony_state_registry_client.h39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h90 int32_t slotId, int32_t dataState, int32_t networkType) override;
/ohos5.0/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp134 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataState(); in NativeGetCellularDataState() local
136 asyncContext->result = WrapCellularDataType(dataState); in NativeGetCellularDataState()
818 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType() local
819 TELEPHONY_LOGI("dataState = %{public}d", dataState); in NativeGetCellularDataFlowType()
821 asyncContext->result = WrapGetCellularDataFlowTypeType(dataState); in NativeGetCellularDataFlowType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h501 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove… in OnCellularDataConnectStateUpdated() argument

12