Home
last modified time | relevance | path

Searched refs:IsCellularDataEnabled (Results 1 - 22 of 22) sorted by relevance

/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_impl.h28 static bool IsCellularDataEnabled(int32_t &errCode);
H A Dtel_cellular_data_ffi.cpp42 return CellularDataImpl::IsCellularDataEnabled(*errCode); in FfiCellularDataIsCellularDataEnabled()
H A Dtel_cellular_data_impl.cpp179 bool CellularDataImpl::IsCellularDataEnabled(int32_t &errCode) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataImpl
183 errCode = CellularDataClient::GetInstance().IsCellularDataEnabled(enabled); in IsCellularDataEnabled()
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.h43 virtual int32_t IsCellularDataEnabled(bool &dataEnabled);
H A Dcellular_data_client.cpp229 int32_t CellularDataClient::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataClient
236 return proxy->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
H A Dcellular_data_service_proxy.cpp27 int32_t CellularDataServiceProxy::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataServiceProxy
/base/telephony/cellular_data/interfaces/innerkits/
H A Di_cellular_data_manager.h33 virtual int32_t IsCellularDataEnabled(bool &dataEnabled) = 0;
H A Dcellular_data_client.h64 int32_t IsCellularDataEnabled(bool &dataEnabled);
/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h37 int32_t IsCellularDataEnabled(bool &dataEnabled) const;
H A Dcellular_data_service.h56 int32_t IsCellularDataEnabled(bool &dataEnabled) override;
H A Dcellular_data_handler.h55 int32_t IsCellularDataEnabled(bool &dataEnabled) const;
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/
H A Dgetcellulardatastate_fuzzer.cpp87 void IsCellularDataEnabled(const uint8_t *data, size_t size) in IsCellularDataEnabled() function
234 IsCellularDataEnabled(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_dump_helper.cpp107 dataService.IsCellularDataEnabled(dataEnabled); in ShowCellularDataInfo()
H A Dcellular_data_controller.cpp111 int32_t CellularDataController::IsCellularDataEnabled(bool &dataEnabled) const in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataController
117 return cellularDataHandler_->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
H A Dcellular_data_service.cpp149 int32_t CellularDataService::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataService
159 return cellularDataController->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
H A Dcellular_data_service_stub.cpp102 int32_t result = IsCellularDataEnabled(dataEnabled); in OnIsCellularDataEnabled()
H A Dcellular_data_handler.cpp186 int32_t CellularDataHandler::IsCellularDataEnabled(bool &dataEnabled) const in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataHandler
1614 IsCellularDataEnabled(dataEnableStatus); in HandleDsdsModeChanged()
/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp195 asyncContext->errorCode = CellularDataClient::GetInstance().IsCellularDataEnabled(enabled); in NativeIsCellularDataEnabled()
220 asyncContext->errorCode, "IsCellularDataEnabled", GET_NETWORK_INFO); in IsCellularDataEnabledCallback()
226 static napi_value IsCellularDataEnabled(napi_env env, napi_callback_info info) in IsCellularDataEnabled() function
234 TELEPHONY_LOGE("IsCellularDataEnabled MatchCellularDataParameters failed."); in IsCellularDataEnabled()
240 TELEPHONY_LOGE("IsCellularDataEnabled asyncContext is nullptr."); in IsCellularDataEnabled()
247 return NapiUtil::HandleAsyncWork(env, asyncContext.release(), "IsCellularDataEnabled", in IsCellularDataEnabled()
256 auto errorCode = CellularDataClient::GetInstance().IsCellularDataEnabled(isEnabled); in IsCellularDataEnabledSync()
1001 DECLARE_NAPI_FUNCTION("isCellularDataEnabled", IsCellularDataEnabled), in RegistCellularData()
/base/telephony/cellular_data/test/
H A Dcellular_data_service_test.cpp63 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service->IsCellularDataEnabled(dataEnabled)); in HWTEST_F()
H A Dzero_branch_test.cpp164 cellularDataHandler.IsCellularDataEnabled(dataEnaled); in HWTEST_F()
318 controller.cellularDataHandler_->IsCellularDataEnabled(dataEnaled); in HWTEST_F()
668 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.IsCellularDataEnabled(dataEnabled)); in HWTEST_F()
719 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.IsCellularDataEnabled(dataEnabled)); in HWTEST_F()
764 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.IsCellularDataEnabled(dataEnabled)); in HWTEST_F()
893 controller.IsCellularDataEnabled(dataEnabled); in HWTEST_F()
937 controller.IsCellularDataEnabled(dataEnabled); in HWTEST_F()
H A Dcellular_data_test.cpp275 return CellularDataClient::GetInstance().IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabledTest()
/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp202 int32_t result = CellularDataClient::GetInstance().IsCellularDataEnabled(enabled); in IsCellularDataEnabledTest()
203 std::cout << "TelephonyTestService Remote IsCellularDataEnabled result [" << result << "]" in IsCellularDataEnabledTest()

Completed in 22 milliseconds