/ohos5.0/base/request/request/services/src/task/ |
H A D | config.rs | 86 pub(crate) roaming: bool, 133 if (self.common_data.roaming || !info.is_roaming) in satisfy_network() 278 roaming: false, in default() 353 pub fn roaming(&mut self, roaming: bool) -> &mut Self { in roaming() method 354 self.inner.common_data.roaming = roaming; in roaming() 410 parcel.write(&self.common_data.roaming)?; in serialize()
|
H A D | ffi.rs | 67 pub(crate) roaming: bool, 295 roaming: self.common_data.roaming, in to_c_struct() 354 roaming: c_struct.common_data.roaming, in from_c_struct()
|
/ohos5.0/drivers/interface/ril/v1_3/ |
H A D | Types.idl | 142 * Whether roaming is allowed. The value true indicates that roaming is allowed, 148 * Whether the user is roaming. The value true indicates that the user is roaming,
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 391 bool roaming = networkState->IsRoaming(); in GetPlmn() local 395 plmn = GetCustEons(numeric, lac, roaming, longNameRequired); in GetPlmn() 421 bool roaming = networkState->IsRoaming(); in GetSpnRule() local 423 spnRule = static_cast<int32_t>(GetCustSpnRule(roaming)); in GetSpnRule() 424 } else if (!roaming && IsChinaCard()) { in GetSpnRule() 429 spnRule = simManager_->ObtainSpnCondition(slotId_, roaming, numeric); in GetSpnRule() 435 unsigned int OperatorName::GetCustSpnRule(bool roaming) in GetCustSpnRule() argument 441 if (roaming) { in GetCustSpnRule() 456 std::string OperatorName::GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool l… in GetCustEons() argument 458 if (!enableCust_ || numeric.empty() || pnnCust_.empty() || (oplCust_.empty() && roaming)) { in GetCustEons()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/ |
H A D | updatevoicemail_fuzzer.cpp | 45 int32_t roaming = static_cast<int32_t>(*data % BOOL_NUM); in DoSomethingInterestingWithMyAPI() local 59 ruimFile->ObtainSpnCondition(roaming, operatorNum); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_data/ |
H A D | README.md | 11 - [Check if cellular data roaming is enabled](#section255mcpsimp) 17 …r data status management, cellular data switch management, cellular data roaming management, APN m… 71 …taRoamingEnabledSync(slotId: number): boolean; | Checks if cellular data roaming is enabled(The pa… 126 ### Check if cellular data roaming is enabled<a name="section255mcpsimp"></a> 128 1. You can determine if cellular data roaming services are enabled by calling isCellularDataRoaming…
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | _telephony__network_state.md | 23 | [isRoaming_](#isroaming_) | Whether the user is roaming.| 75 Whether the user is roaming.
|
H A D | js-apis-telephony-data-sys.md | 3 …card used for cellular data services and enable or disable cellular data services and data roaming. 307 Enables the cellular data roaming service. This API uses an asynchronous callback to return the res… 355 Enables the cellular data roaming service. This API uses a promise to return the result. 406 Disables the cellular data roaming service. This API uses an asynchronous callback to return the re… 454 Disables the cellular data roaming service. This API uses a promise to return the result.
|
H A D | js-apis-telephony-data.md | 3 …ed (PS) domain. Besides, you can check whether cellular data services and data roaming are enabled. 336 Checks whether roaming is enabled for the cellular data service. This API uses an asynchronous call… 381 Checks whether roaming is enabled for the cellular data service. This API uses a promise to return … 429 Checks whether roaming is enabled for the cellular data service. This API returns the result synchr… 445 | boolean | Whether roaming is enabled for the cellular data service.<br>**true**: Roaming is enabl…
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | operator_name.h | 60 unsigned int GetCustSpnRule(bool roaming); 62 …std::string GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequir…
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | isim_file.h | 39 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
|
H A D | ruim_file.h | 41 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
|
H A D | sim_file_manager.h | 74 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
|
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_impl.cpp | 114 out.roaming = config->roaming; in Convert2Config()
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | construct.rs | 59 let roaming: bool = data.read()?; in construct() localVariable 228 roaming, in construct()
|
/ohos5.0/base/request/request/services/include/ |
H A D | c_task_config.h | 36 bool roaming; member
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_ffi.h | 93 bool roaming; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-request.md | 2642 roaming: true, 2718 roaming: true, 2794 roaming: true, 2868 roaming: true, 2942 roaming: true, 3016 roaming: true, 3092 roaming: true, 3168 roaming: true, 3252 roaming: true, 3336 roaming: true, [all …]
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file.cpp | 273 bool roaming = (plmn.compare(operatorNumeric_) == 0 ? false : true); in ObtainEons() local 274 TELEPHONY_LOGI("ObtainEons roaming:%{public}d", roaming); in ObtainEons() 275 if (plmn.empty() || pnnFiles_.empty() || (oplFiles.empty() && roaming)) { in ObtainEons()
|
H A D | isim_file.cpp | 272 int IsimFile::ObtainSpnCondition(bool roaming, const std::string &operatorNum) in ObtainSpnCondition() argument
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/ |
H A D | Types.idl | 312 * @brief Enumerates roaming states. 316 * Non-roaming state 539 * Registered with the roaming network 962 * Whether roaming is allowed. The value true indicates that roaming is allowed, 968 * Whether the user is roaming. The value true indicates that the user is roaming, 1806 *- IR: barring of all incoming calls when roaming outside the home location 1849 *- IR: barring of all incoming calls when roaming outside the home location
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/ |
H A D | Types.idl | 312 * @brief Enumerates roaming states. 316 * Non-roaming state 539 * Registered with the roaming network 962 * Whether roaming is allowed. The value true indicates that roaming is allowed, 968 * Whether the user is roaming. The value true indicates that the user is roaming, 1806 *- IR: barring of all incoming calls when roaming outside the home location 1849 *- IR: barring of all incoming calls when roaming outside the home location
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | Types.idl | 312 * @brief Enumerates roaming states. 316 * Non-roaming state 539 * Registered with the roaming network 922 * Whether roaming is allowed. The value true indicates that roaming is allowed, 928 * Whether the user is roaming. The value true indicates that the user is roaming, 1766 *- IR: barring of all incoming calls when roaming outside the home location 1809 *- IR: barring of all incoming calls when roaming outside the home location
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | Types.idl | 312 * @brief Enumerates roaming states. 316 * Non-roaming state 539 * Registered with the roaming network 962 * Whether roaming is allowed. The value true indicates that roaming is allowed, 968 * Whether the user is roaming. The value true indicates that the user is roaming, 1806 *- IR: barring of all incoming calls when roaming outside the home location 1849 *- IR: barring of all incoming calls when roaming outside the home location
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/ |
H A D | Types.idl | 312 * @brief Enumerates roaming states. 316 * Non-roaming state 539 * Registered with the roaming network 922 * Whether roaming is allowed. The value true indicates that roaming is allowed, 928 * Whether the user is roaming. The value true indicates that the user is roaming, 1766 *- IR: barring of all incoming calls when roaming outside the home location 1809 *- IR: barring of all incoming calls when roaming outside the home location
|