Home
last modified time | relevance | path

Searched refs:roaming (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/base/request/request/services/src/task/
H A Dconfig.rs86 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 Dffi.rs67 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 DTypes.idl142 * 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 Doperator_name.cpp391 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 Dupdatevoicemail_fuzzer.cpp45 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 DREADME.md11 - [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.md23 | [isRoaming_](#isroaming_) | Whether the user is roaming.|
75 Whether the user is roaming.
H A Djs-apis-telephony-data-sys.md3 …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 Djs-apis-telephony-data.md3 …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 Doperator_name.h60 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 Disim_file.h39 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
H A Druim_file.h41 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
H A Dsim_file_manager.h74 int ObtainSpnCondition(bool roaming, const std::string &operatorNum);
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp114 out.roaming = config->roaming; in Convert2Config()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs59 let roaming: bool = data.read()?; in construct() localVariable
228 roaming, in construct()
/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h36 bool roaming; member
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h93 bool roaming; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md2642 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 Dicc_file.cpp273 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 Disim_file.cpp272 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 DTypes.idl312 * @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 DTypes.idl312 * @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 DTypes.idl312 * @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 DTypes.idl312 * @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 DTypes.idl312 * @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

123