Home
last modified time | relevance | path

Searched refs:GetCellularDataFlowType (Results 1 - 21 of 21) sorted by relevance

/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_impl.h26 static int32_t GetCellularDataFlowType(int32_t &errCode);
H A Dtel_cellular_data_ffi.cpp32 return CellularDataImpl::GetCellularDataFlowType(*errCode); in FfiCellularDataGetCellularDataFlowType()
H A Dtel_cellular_data_impl.cpp153 int32_t CellularDataImpl::GetCellularDataFlowType(int32_t &errCode) in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataImpl
157 dataState = CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowType()
/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
/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();
/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.h68 int32_t GetCellularDataFlowType();
/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()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp296 int32_t CellularDataController::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataController
302 return cellularDataHandler_->GetCellularDataFlowType(); in GetCellularDataFlowType()
H A Dcellular_data_service.cpp510 int32_t CellularDataService::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataService
522 int32_t result = cellularDataController->GetCellularDataFlowType(); in GetCellularDataFlowType()
574 int32_t dataFlowInfo = cellularDataController->GetCellularDataFlowType(); in GetFlowDataInfoDump()
H A Dcellular_data_service_stub.cpp251 int32_t result = GetCellularDataFlowType(); in OnGetCellularDataFlowType()
H A Dcellular_data_handler.cpp1546 int32_t CellularDataHandler::GetCellularDataFlowType() in GetCellularDataFlowType() function in OHOS::Telephony::CellularDataHandler
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp180 cellularDataHandler.GetCellularDataFlowType(); in HWTEST_F()
333 controller.cellularDataHandler_->GetCellularDataFlowType(); in HWTEST_F()
681 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType()); in HWTEST_F()
729 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType()); in HWTEST_F()
776 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.GetCellularDataFlowType()); in HWTEST_F()
917 ASSERT_FALSE(controller.GetCellularDataFlowType()); in HWTEST_F()
970 ASSERT_FALSE(controller.GetCellularDataFlowType()); in HWTEST_F()
1208 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0); in HWTEST_F()
1212 EXPECT_GE(DelayedSingleton<CellularDataClient>::GetInstance()->GetCellularDataFlowType(), 0); in HWTEST_F()
H A Dcellular_data_service_test.cpp90 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service->GetCellularDataFlowType()); in HWTEST_F()
H A Dcellular_data_test.cpp321 return CellularDataClient::GetInstance().GetCellularDataFlowType(); in GetCellularDataFlowTypeTest()
774 * @tc.name Test the GetCellularDataFlowType function
809 * @tc.name Test the GetCellularDataFlowType function
/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
868 return NapiUtil::HandleAsyncWork(env, asyncContext.release(), "GetCellularDataFlowType", in GetCellularDataFlowType()
1013 DECLARE_NAPI_FUNCTION("getCellularDataFlowType", GetCellularDataFlowType), in RegistCellularData()
/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp318 int32_t result = proxy->GetCellularDataFlowType(); in GetDataFlowType()
493 "8:GetCellularDataFlowType\n" in main()

Completed in 33 milliseconds