| /base/telephony/cellular_data/services/src/ |
| D | traffic_management.cpp | 38 DataFlowStatistics dataState; in UpdatePacketData() local 40 sendPackets_ = dataState.GetIfaceTxPackets(interfaceName); in UpdatePacketData() 41 recvPackets_ = dataState.GetIfaceRxPackets(interfaceName); in UpdatePacketData()
|
| D | state_notification.cpp | 29 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, i… in UpdateCellularDataConnectState() argument 31 int32_t state = CellularDataStateAdapter(dataState); in UpdateCellularDataConnectState()
|
| D | cellular_data_service.cpp | 170 int32_t dataState = CellularDataStateAdapter(item->second->GetCellularDataState()); in GetCellularDataState() local 173 dataState = static_cast<int32_t>(DataConnectionStatus::DATA_STATE_SUSPENDED); in GetCellularDataState() 175 return dataState; in GetCellularDataState()
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_observer.h | 50 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument 52 …_LOGI("StateRegistryObserver%{public}d::OnCellularDataConnectStateUpdated dataState is %{public}d", in OnCellularDataConnectStateUpdated() 53 slotId, dataState); in OnCellularDataConnectStateUpdated()
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| D | napi_telephony_observer.cpp | 89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument 92 "OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, networkType=" in OnCellularDataConnectStateUpdated() 94 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated() 96 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
|
| /base/telephony/state_registry/frameworks/js/napi/include/ |
| D | update_contexts.h | 82 int32_t dataState; member 86 dataState = info.dataState_;
|
| D | update_infos.h | 75 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState() 76 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) in CellularDataConnectState()
|
| D | napi_telephony_observer.h | 35 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove…
|
| /base/telephony/cellular_data/services/include/ |
| D | state_notification.h | 26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_telephony_state_notify.h | 42 * @param dataState cellular data link state 47 int32_t slotId, int32_t dataState, int32_t networkState) = 0;
|
| D | telephony_state_registry_proxy.h | 34 int32_t slotId, int32_t dataState, int32_t networkState) override;
|
| D | telephony_observer_broker.h | 42 int32_t slotId, int32_t dataState, int32_t networkType) = 0;
|
| D | telephony_state_registry_client.h | 31 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
|
| /base/telephony/state_registry/frameworks/native/observer/src/ |
| D | telephony_observer.cpp | 39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated() argument 137 int32_t dataState = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local 139 OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in OnCellularDataConnectStateUpdatedInner()
|
| D | telephony_observer_proxy.cpp | 176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument 187 dataParcel.WriteInt32(dataState); in OnCellularDataConnectStateUpdated()
|
| /base/telephony/state_registry/service/include/ |
| D | telephony_state_registry_service.h | 48 …int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) ove… 82 … void SendCellularDataConnectStateChanged(int32_t slotId, int32_t dataState, int32_t networkType);
|
| /base/telephony/state_registry/frameworks/native/observer/include/ |
| D | telephony_observer_proxy.h | 41 int32_t slotId, int32_t dataState, int32_t networkType);
|
| D | telephony_observer.h | 44 int32_t slotId, int32_t dataState, int32_t networkType) override;
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | telephony_state_registry_client.cpp | 83 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/service/src/ |
| D | telephony_state_registry_service.cpp | 94 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState() argument 101 cellularDataConnectionState_[slotId] = dataState; in UpdateCellularDataConnectState() 109 … record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in UpdateCellularDataConnectState() 113 SendCellularDataConnectStateChanged(slotId, dataState, networkType); in UpdateCellularDataConnectState() 469 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged() argument 473 want.SetParam("dataState", dataState); in SendCellularDataConnectStateChanged()
|
| D | telephony_state_registry_stub.cpp | 107 int32_t dataState = data.ReadInt32(); in OnUpdateCellularDataConnectState() local 109 int32_t ret = UpdateCellularDataConnectState(slotId, dataState, networkType); in OnUpdateCellularDataConnectState()
|
| /base/telephony/cellular_data/services/src/utils/ |
| D | cellular_data_hisysevent.cpp | 33 static constexpr const char *DATASTATE_KEY = "DATASTATE";
|
| /base/telephony/cellular_data/frameworks/js/napi/src/ |
| D | napi_cellular_data.cpp | 129 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataState(); in NativeGetCellularDataState() local 131 asyncContext->result = WrapCellularDataType(dataState); in NativeGetCellularDataState() 753 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType() local 754 TELEPHONY_LOGI("dataState = %{public}d", dataState); in NativeGetCellularDataFlowType() 756 asyncContext->result = WrapGetCellularDataFlowTypeType(dataState); in NativeGetCellularDataFlowType()
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service_hisysevent.cpp | 51 static constexpr const char *DATASTATE_KEY = "DATASTATE";
|
| /base/telephony/core_service/ |
| D | hisysevent.yaml | 82 DATASTATE: {type: INT32, desc: cellular data state}
|