/base/telephony/cellular_data/frameworks/cj/src/ |
H A D | tel_cellular_data_impl.h | 28 static bool IsCellularDataEnabled(int32_t &errCode);
|
H A D | tel_cellular_data_ffi.cpp | 42 return CellularDataImpl::IsCellularDataEnabled(*errCode); in FfiCellularDataIsCellularDataEnabled()
|
H A D | tel_cellular_data_impl.cpp | 179 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 D | cellular_data_service_proxy.h | 43 virtual int32_t IsCellularDataEnabled(bool &dataEnabled);
|
H A D | cellular_data_client.cpp | 229 int32_t CellularDataClient::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataClient 236 return proxy->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
|
H A D | cellular_data_service_proxy.cpp | 27 int32_t CellularDataServiceProxy::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataServiceProxy
|
/base/telephony/cellular_data/interfaces/innerkits/ |
H A D | i_cellular_data_manager.h | 33 virtual int32_t IsCellularDataEnabled(bool &dataEnabled) = 0;
|
H A D | cellular_data_client.h | 64 int32_t IsCellularDataEnabled(bool &dataEnabled);
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_controller.h | 37 int32_t IsCellularDataEnabled(bool &dataEnabled) const;
|
H A D | cellular_data_service.h | 56 int32_t IsCellularDataEnabled(bool &dataEnabled) override;
|
H A D | cellular_data_handler.h | 55 int32_t IsCellularDataEnabled(bool &dataEnabled) const;
|
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/ |
H A D | getcellulardatastate_fuzzer.cpp | 87 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 D | cellular_data_dump_helper.cpp | 107 dataService.IsCellularDataEnabled(dataEnabled); in ShowCellularDataInfo()
|
H A D | cellular_data_controller.cpp | 111 int32_t CellularDataController::IsCellularDataEnabled(bool &dataEnabled) const in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataController 117 return cellularDataHandler_->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
|
H A D | cellular_data_service.cpp | 149 int32_t CellularDataService::IsCellularDataEnabled(bool &dataEnabled) in IsCellularDataEnabled() function in OHOS::Telephony::CellularDataService 159 return cellularDataController->IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabled()
|
H A D | cellular_data_service_stub.cpp | 102 int32_t result = IsCellularDataEnabled(dataEnabled); in OnIsCellularDataEnabled()
|
H A D | cellular_data_handler.cpp | 186 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 D | napi_cellular_data.cpp | 195 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 D | cellular_data_service_test.cpp | 63 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service->IsCellularDataEnabled(dataEnabled)); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 164 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 D | cellular_data_test.cpp | 275 return CellularDataClient::GetInstance().IsCellularDataEnabled(dataEnabled); in IsCellularDataEnabledTest()
|
/base/telephony/cellular_data/test/unit_test/ |
H A D | cellular_data_code_test.cpp | 202 int32_t result = CellularDataClient::GetInstance().IsCellularDataEnabled(enabled); in IsCellularDataEnabledTest() 203 std::cout << "TelephonyTestService Remote IsCellularDataEnabled result [" << result << "]" in IsCellularDataEnabledTest()
|