Home
last modified time | relevance | path

Searched refs:GetCellularDataFlowType (Results 1 – 17 of 17) sorted by relevance

/base/telephony/cellular_data/interfaces/innerkits/
Di_cellular_data_manager.h112 virtual int32_t GetCellularDataFlowType() = 0;
Dcellular_data_client.h109 int32_t GetCellularDataFlowType();
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_service_proxy.h122 int32_t GetCellularDataFlowType();
Dcellular_data_client.cpp258 int32_t CellularDataClient::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataClient
265 return proxy->GetCellularDataFlowType(); in GetCellularDataFlowType()
Dcellular_data_service_proxy.cpp222 int32_t CellularDataServiceProxy::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataServiceProxy
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp112 cellularDataHandler.GetCellularDataFlowType();
222 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType());
276 ASSERT_FALSE(controller.GetCellularDataFlowType());
378 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
382 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
Dcellular_data_test.cpp287 return CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowTypeTest()
/base/telephony/cellular_data/services/include/
Dcellular_data_controller.h43 int32_t GetCellularDataFlowType();
Dcellular_data_service.h64 int32_t GetCellularDataFlowType() override;
Dcellular_data_handler.h60 int32_t GetCellularDataFlowType();
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/
Dgetcellulardatastate_fuzzer.cpp188 void GetCellularDataFlowType(const uint8_t *data, size_t size) in GetCellularDataFlowType() function
213 GetCellularDataFlowType(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_data/services/src/
Dcellular_data_service.cpp342 int32_t CellularDataService::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataService
355 int32_t result = item->second->GetCellularDataFlowType(); in GetCellularDataFlowType()
405 int32_t dataFlowInfo = cellularDataControllers_[slotId]->GetCellularDataFlowType(); in GetFlowDataInfoDump()
Dcellular_data_controller.cpp271 int32_t CellularDataController::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataController
277 return cellularDataHandler_->GetCellularDataFlowType(); in GetCellularDataFlowType()
Dcellular_data_service_stub.cpp177 int32_t result = GetCellularDataFlowType(); in OnGetCellularDataFlowType()
Dcellular_data_handler.cpp983 int32_t CellularDataHandler::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataHandler
/base/telephony/cellular_data/frameworks/js/napi/src/
Dnapi_cellular_data.cpp769 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType()
801 static napi_value GetCellularDataFlowType(napi_env env, napi_callback_info info) in GetCellularDataFlowType() function
928 DECLARE_NAPI_FUNCTION("getCellularDataFlowType", GetCellularDataFlowType), in RegistCellularData()
/base/telephony/cellular_data/test/unit_test/
Dcellular_data_code_test.cpp318 int32_t result = proxy->GetCellularDataFlowType(); in GetDataFlowType()