Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/
H A Dgetcellulardatastate_fuzzer.cpp188 void GetCellularDataFlowType(const uint8_t *data, size_t size) in GetCellularDataFlowType() function
237 GetCellularDataFlowType(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.h142 int32_t GetCellularDataFlowType();
H A Dcellular_data_client.cpp289 int32_t CellularDataClient::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataClient
296 return proxy->GetCellularDataFlowType(); in GetCellularDataFlowType()
H A Dcellular_data_service_proxy.cpp307 int32_t CellularDataServiceProxy::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataServiceProxy
/ohos5.0/base/telephony/cellular_data/interfaces/innerkits/
H A Di_cellular_data_manager.h122 virtual int32_t GetCellularDataFlowType() = 0;
H A Dcellular_data_client.h139 int32_t GetCellularDataFlowType();
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h44 int32_t GetCellularDataFlowType();
H A Dcellular_data_service.h65 int32_t GetCellularDataFlowType() override;
H A Dcellular_data_handler.h64 int32_t GetCellularDataFlowType();
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_service_test.cpp83 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service->GetCellularDataFlowType());
H A Dzero_branch_test.cpp189 cellularDataHandler.GetCellularDataFlowType();
341 controller.cellularDataHandler_->GetCellularDataFlowType();
505 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType());
556 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType());
603 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType());
746 ASSERT_FALSE(controller.GetCellularDataFlowType());
796 ASSERT_FALSE(controller.GetCellularDataFlowType());
1034 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
1038 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0);
H A Dcellular_data_test.cpp313 return CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowTypeTest()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp455 int32_t CellularDataService::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataService
467 int32_t result = cellularDataController->GetCellularDataFlowType(); in GetCellularDataFlowType()
519 int32_t dataFlowInfo = cellularDataController->GetCellularDataFlowType(); in GetFlowDataInfoDump()
H A Dcellular_data_controller.cpp275 int32_t CellularDataController::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataController
281 return cellularDataHandler_->GetCellularDataFlowType(); in GetCellularDataFlowType()
H A Dcellular_data_service_stub.cpp251 int32_t result = GetCellularDataFlowType(); in OnGetCellularDataFlowType()
H A Dcellular_data_handler.cpp1374 int32_t CellularDataHandler::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataHandler
/ohos5.0/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp818 int32_t dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in NativeGetCellularDataFlowType()
850 static napi_value GetCellularDataFlowType(napi_env env, napi_callback_info info) in GetCellularDataFlowType() function
1013 DECLARE_NAPI_FUNCTION("getCellularDataFlowType", GetCellularDataFlowType), in RegistCellularData()
/ohos5.0/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp318 int32_t result = proxy->GetCellularDataFlowType(); in GetDataFlowType()