Home
last modified time | relevance | path

Searched refs:dataFlowType (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp104 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument
107 …"OnCellularDataFlowUpdated slotId = %{public}d, dataFlowType = %{public}d", slotId, dataFlowType); in OnCellularDataFlowUpdated()
109 std::make_unique<CellularDataFlowUpdate>(slotId, dataFlowType); in OnCellularDataFlowUpdated()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument
80 dataFlowType); in OnCellularDataFlowUpdated()
H A Dstate_registry_test.cpp197 int32_t dataFlowType = 0; in UpdateCellularDataFlow() local
199 …ingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow()
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument
80 dataFlowType); in OnCellularDataFlowUpdated()
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp97 void MediaTelephonyListener::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument
99 …"OnCellularDataFlowUpdated slotId = %{public}d, dataFlowType = %{public}d", slotId, dataFlowType); in OnCellularDataFlowUpdated()
H A Dmedia_telephony_listener.h43 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp289 void DataConnectionMonitor::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType() argument
291 if (dataFlowType_ != dataFlowType) { in SetDataFlowType()
292 dataFlowType_ = dataFlowType; in SetDataFlowType()
H A Ddata_connection_manager.cpp329 void DataConnectionManager::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType() argument
335 connectionMonitor_->SetDataFlowType(dataFlowType); in SetDataFlowType()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp93 int32_t TelephonyStateRegistryClient::UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() argument
100 return proxy->UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow()
H A Dtelephony_state_registry_proxy.cpp70 int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() argument
81 if (!in.WriteInt32(dataFlowType)) { in UpdateCellularDataFlow()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h36 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h43 int32_t slotId, int32_t dataFlowType);
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h98 void SetDataFlowType(CellDataFlowType dataFlowType);
H A Ddata_connection_manager.h49 void SetDataFlowType(CellDataFlowType dataFlowType);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h57 int32_t slotId, int32_t dataFlowType) = 0;
H A Di_telephony_state_notify.h42 virtual int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) = 0;
H A Dtelephony_state_registry_proxy.h37 int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_proxy.cpp201 int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument
212 dataParcel.WriteInt32(dataFlowType); in OnCellularDataFlowUpdated()
H A Dtelephony_observer.cpp42 int32_t slotId, int32_t dataFlowType) {} in OnCellularDataFlowUpdated() argument
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp771 int32_t dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); variable
772 ASSERT_TRUE(dataFlowType >= 0);
780 dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest();
781 ASSERT_TRUE(dataFlowType == 0);
806 int32_t dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); variable
807 ASSERT_TRUE(dataFlowType >= 0);
815 dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest();
816 ASSERT_TRUE(dataFlowType == 0);
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h99 int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h516 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override in OnCellularDataFlowUpdated() argument
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h49 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) override;