/base/telephony/cellular_data/frameworks/cj/src/ |
H A D | tel_cellular_data_impl.cpp | 155 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() [all...] |
/base/telephony/cellular_data/services/src/ |
H A D | state_notification.cpp | 31 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType) in UpdateCellularDataConnectState() argument 33 int32_t state = CellularDataStateAdapter(dataState); in UpdateCellularDataConnectState()
|
H A D | traffic_management.cpp | 39 DataFlowStatistics dataState; in UpdatePacketData() local 42 sendPackets_ = dataState.GetIfaceTxPackets(interfaceName); in UpdatePacketData() 43 recvPackets_ = dataState.GetIfaceRxPackets(interfaceName); in UpdatePacketData()
|
/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument 73 TELEPHONY_LOGI("StateRegistryObserver%{public}d::OnCellularDataConnectStateUpdated dataState is %{public}d", in OnCellularDataConnectStateUpdated() 74 slotId, dataState); in OnCellularDataConnectStateUpdated()
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() argument 73 TELEPHONY_LOGI("StateRegistryObserver%{public}d::OnCellularDataConnectStateUpdated dataState is %{public}d", in OnCellularDataConnectStateUpdated() 74 slotId, dataState); in OnCellularDataConnectStateUpdated()
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_contexts.h | 82 int32_t dataState; member 86 dataState = info.dataState_; in operator =()
|
H A D | update_infos.h | 71 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState() 72 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) {} in CellularDataConnectState()
|
H A D | napi_telephony_observer.h | 35 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) override;
|
/base/telephony/cellular_data/services/include/ |
H A D | state_notification.h | 26 void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType);
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() 91 TELEPHONY_LOGD("OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, networkType=" in OnCellularDataConnectStateUpdated() 93 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated() 95 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated() 88 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 41 int32_t slotId, int32_t dataState, int32_t networkType);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 83 int32_t slotId, int32_t dataState, int32_t networkState) in UpdateCellularDataConnectState() 90 return proxy->UpdateCellularDataConnectState(slotId, dataState, networkState); in UpdateCellularDataConnectState() 82 UpdateCellularDataConnectState( int32_t slotId, int32_t dataState, int32_t networkState) UpdateCellularDataConnectState() argument
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 211 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState() 212 : UpdateInfo(slotId), dataState_(dataState), networkType_(networkType) {} in CellularDataConnectState()
|
H A D | telephony_observer_impl.h | 87 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) override;
|
H A D | telephony_observer_impl.cpp | 424 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() 426 TELEPHONY_LOGD("OnCellularDataConnectStateUpdated slotId=%{public}d, dataState=%{public}d, networkType=" in OnCellularDataConnectStateUpdated() 428 slotId, dataState, networkType); in OnCellularDataConnectStateUpdated() 430 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated() 423 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 45 int32_t slotId, int32_t dataState, int32_t networkType) = 0;
|
H A D | telephony_state_registry_client.h | 35 * @param dataState cellular data link state 39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
|
H A D | telephony_state_registry_proxy.h | 35 int32_t slotId, int32_t dataState, int32_t networkState) override;
|
H A D | i_telephony_state_notify.h | 29 * @param dataState cellular data link state 33 virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState) = 0;
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 48 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) override; 87 void SendCellularDataConnectStateChanged(int32_t slotId, int32_t dataState, int32_t networkType);
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 86 * @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/src/ |
H A D | telephony_observer.cpp | 39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated() 144 int32_t dataState = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local 146 OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in OnCellularDataConnectStateUpdatedInner() 38 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
|
H A D | telephony_observer_proxy.cpp | 176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated() 187 dataParcel.WriteInt32(dataState); in OnCellularDataConnectStateUpdated() 175 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 119 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState() 130 cellularDataConnectionState_[slotId] = dataState; in UpdateCellularDataConnectState() 140 record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkTypeExt); in UpdateCellularDataConnectState() 142 record.telephonyObserver_->OnCellularDataConnectStateUpdated(slotId, dataState, networkType); in UpdateCellularDataConnectState() 147 SendCellularDataConnectStateChanged(slotId, dataState, networkType); in UpdateCellularDataConnectState() 665 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged() 669 want.SetParam("dataState", dataState); in SendCellularDataConnectStateChanged() 118 UpdateCellularDataConnectState( int32_t slotId, int32_t dataState, int32_t networkType) UpdateCellularDataConnectState() argument 664 SendCellularDataConnectStateChanged( int32_t slotId, int32_t dataState, int32_t networkType) SendCellularDataConnectStateChanged() argument
|
/base/telephony/cellular_data/frameworks/js/napi/src/ |
H A D | napi_cellular_data.cpp | 134 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()
|