Home
last modified time | relevance | path

Searched full:datastate (Results 1 – 25 of 33) sorted by relevance

12

/base/telephony/cellular_data/frameworks/cj/src/
Dtel_cellular_data_impl.cpp155 int32_t dataState = 0; in GetCellularDataFlowType() local
157 dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowType()
158 dataState = WrapGetCellularDataFlowTypeType(dataState); in GetCellularDataFlowType()
163 return dataState; in GetCellularDataFlowType()
168 int32_t dataState = 0; in GetCellularDataState() local
170 dataState = CellularDataClient::GetInstance().GetCellularDataState(); in GetCellularDataState()
171 dataState = WrapCellularDataType(dataState); in GetCellularDataState()
176 return dataState; in GetCellularDataState()
/base/telephony/cellular_data/services/src/
Dtraffic_management.cpp40 DataFlowStatistics dataState; in UpdatePacketData() local
43 sendPackets_ = dataState.GetIfaceTxPackets(interfaceName); in UpdatePacketData()
44 recvPackets_ = dataState.GetIfaceRxPackets(interfaceName); in UpdatePacketData()
Dstate_notification.cpp31 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, i… in UpdateCellularDataConnectState() argument
33 int32_t state = CellularDataStateAdapter(dataState); in UpdateCellularDataConnectState()
/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() argument
73 …_LOGI("StateRegistryObserver%{public}d::OnCellularDataConnectStateUpdated dataState is %{public}d", in OnCellularDataConnectStateUpdated()
74 slotId, dataState); 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() argument
73 …_LOGI("StateRegistryObserver%{public}d::OnCellularDataConnectStateUpdated dataState is %{public}d", in OnCellularDataConnectStateUpdated()
74 slotId, dataState); in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
91 …TELEPHONY_LOGD("OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, network… in OnCellularDataConnectStateUpdated()
93 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
95 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_contexts.h82 int32_t dataState; member
86 dataState = info.dataState_;
Dupdate_infos.h71 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState()
72 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) {} in CellularDataConnectState()
Dnapi_telephony_observer.h35 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove…
/base/telephony/cellular_data/services/include/
Dstate_notification.h26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h29 * @param dataState cellular data link state
33 …virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkS…
Dtelephony_state_registry_client.h35 * @param dataState cellular data link state
39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
Dtelephony_state_registry_proxy.h35 int32_t slotId, int32_t dataState, int32_t networkState) override;
Dtelephony_observer_broker.h45 int32_t slotId, int32_t dataState, int32_t networkType) = 0;
/base/telephony/state_registry/services/include/
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);
/base/telephony/state_registry/interfaces/innerkits/observer/
Dtelephony_observer.h86 * @param dataState Indicates the cellular data state.
90 int32_t slotId, int32_t dataState, int32_t networkType) override;
/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_observer_proxy.h41 int32_t slotId, int32_t dataState, int32_t networkType);
/base/telephony/state_registry/frameworks/cj/src/
Dtelephony_observer_impl.cpp424 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
426 …TELEPHONY_LOGD("OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, network… in OnCellularDataConnectStateUpdated()
428 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
430 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
Dtelephony_observer_utils.h211 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState()
212 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) {} in CellularDataConnectState()
Dtelephony_observer_impl.h87 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove…
/base/telephony/core_service/frameworks/native/src/
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()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated() argument
144 int32_t dataState = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local
146 OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in OnCellularDataConnectStateUpdatedInner()
Dtelephony_observer_proxy.cpp176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument
187 dataParcel.WriteInt32(dataState); in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp122 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState() argument
133 cellularDataConnectionState_[slotId] = dataState; in UpdateCellularDataConnectState()
143 … record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkTypeExt); in UpdateCellularDataConnectState()
145 … record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in UpdateCellularDataConnectState()
150 SendCellularDataConnectStateChanged(slotId, dataState, networkType); in UpdateCellularDataConnectState()
668 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged() argument
672 want.SetParam("dataState", dataState); in SendCellularDataConnectStateChanged()
/base/telephony/core_service/services/core/src/
Dcore_service_hisysevent.cpp54 static constexpr const char *DATASTATE_KEY = "DATASTATE";

12