Home
last modified time | relevance | path

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

/base/telephony/cellular_data/frameworks/native/
Dcellular_data_service_proxy.h142 int32_t GetCellularDataFlowType();
Dcellular_data_client.cpp291 int32_t CellularDataClient::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataClient
298 return proxy->GetCellularDataFlowType(); in GetCellularDataFlowType()
Dcellular_data_service_proxy.cpp286 int32_t CellularDataServiceProxy::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataServiceProxy
/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/interfaces/innerkits/
Di_cellular_data_manager.h122 virtual int32_t GetCellularDataFlowType() = 0;
Dcellular_data_client.h131 int32_t GetCellularDataFlowType();
/base/telephony/cellular_data/services/include/
Dcellular_data_controller.h44 int32_t GetCellularDataFlowType();
Dcellular_data_service.h65 int32_t GetCellularDataFlowType() override;
Dcellular_data_handler.h64 int32_t GetCellularDataFlowType();
/base/telephony/cellular_data/services/src/
Dcellular_data_service.cpp391 int32_t CellularDataService::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataService
404 int32_t result = item->second->GetCellularDataFlowType(); in GetCellularDataFlowType()
454 int32_t dataFlowInfo = cellularDataControllers_[slotId]->GetCellularDataFlowType(); in GetFlowDataInfoDump()
Dcellular_data_controller.cpp263 int32_t CellularDataController::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataController
269 return cellularDataHandler_->GetCellularDataFlowType(); in GetCellularDataFlowType()
Dcellular_data_service_stub.cpp188 int32_t result = GetCellularDataFlowType(); in OnGetCellularDataFlowType()
Dcellular_data_handler.cpp1171 int32_t CellularDataHandler::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataHandler
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp177 cellularDataHandler.GetCellularDataFlowType();
299 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType());
353 ASSERT_FALSE(controller.GetCellularDataFlowType());
457 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
461 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
Dcellular_data_test.cpp381 return CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowTypeTest()
/base/telephony/cellular_data/frameworks/js/napi/src/
Dnapi_cellular_data.cpp768 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType()
800 static napi_value GetCellularDataFlowType(napi_env env, napi_callback_info info) in GetCellularDataFlowType() function
945 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()