Home
last modified time | relevance | path

Searched refs:forceDisableProfile (Results 1 - 25 of 29) sorted by relevance

12

/base/telephony/core_service/frameworks/js/esim/include/
H A Dnapi_esim.h69 bool forceDisableProfile = false; member
90 bool forceDisableProfile = false; member
97 bool forceDisableProfile = false; member
118 bool forceDisableProfile = false; member
/base/telephony/core_service/interfaces/innerkits/include/
H A Desim_service_client.h78 * @param forceDisableProfile[in], if true, and if an active SIM must be deactivated to access the eUICC,
84 bool forceDisableProfile, GetDownloadableProfileMetadataResult &profileMetadataResult);
90 * @param forceDisableProfile[in], if true, and if an active SIM must be deactivated to access the eUICC,
97 int32_t slotId, int32_t portIndex, bool forceDisableProfile, GetDownloadableProfilesResult &profileListResult);
145 * @param forceDisableProfile[in], if true, and if an active SIM must be deactivated to access the eUICC,
151 const std::string &iccId, bool forceDisableProfile, int32_t &switchToProfileResult);
H A Dcore_service_client.h1158 * @param forceDisableProfile[in], if true, and if an active SIM must be deactivated to access the eUICC,
1163 int32_t SwitchToProfile(int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile,
H A Di_sim_manager.h191 const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) = 0;
H A Dcore_service_proxy.h184 int32_t SwitchToProfile(int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile,
H A Di_core_service.h199 const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) = 0;
/base/telephony/core_service/frameworks/native/src/
H A Desim_service_client.cpp180 bool forceDisableProfile, GetDownloadableProfileMetadataResult &profileMetadataResult) in GetDownloadableProfileMetadata()
188 slotId, portIndex, profile, forceDisableProfile, profileMetadataResult); in GetDownloadableProfileMetadata()
192 int32_t slotId, int32_t portIndex, bool forceDisableProfile, GetDownloadableProfilesResult &profileListResult) in GetDownloadableProfiles()
199 return proxy->GetDownloadableProfiles(slotId, portIndex, forceDisableProfile, profileListResult); in GetDownloadableProfiles()
244 const std::string &iccId, bool forceDisableProfile, int32_t &switchToProfileResult) in SwitchToProfile()
251 return proxy->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, switchToProfileResult); in SwitchToProfile()
178 GetDownloadableProfileMetadata( int32_t slotId, int32_t portIndex, const DownloadableProfile &profile, bool forceDisableProfile, GetDownloadableProfileMetadataResult &profileMetadataResult) GetDownloadableProfileMetadata() argument
191 GetDownloadableProfiles( int32_t slotId, int32_t portIndex, bool forceDisableProfile, GetDownloadableProfilesResult &profileListResult) GetDownloadableProfiles() argument
243 SwitchToProfile(int32_t slotId, int32_t portIndex, const std::string &iccId, bool forceDisableProfile, int32_t &switchToProfileResult) SwitchToProfile() argument
H A Dcore_service_client.cpp1311 int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) in SwitchToProfile()
1318 return proxy->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, enumResult); in SwitchToProfile()
1310 SwitchToProfile( int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) SwitchToProfile() argument
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_service_client_branch_test.cpp92 bool forceDisableProfile = false; in HWTEST_F() local
98 SLOT_ID, portIndex, profile, forceDisableProfile, profileMetadataResult); in HWTEST_F()
104 bool forceDisableProfile = false; in HWTEST_F() local
111 SLOT_ID, portIndex, forceDisableProfile, profileListResult); in HWTEST_F()
163 bool forceDisableProfile = true; in HWTEST_F() local
169 SLOT_ID, portIndex, iccId, forceDisableProfile, switchToProfileResult); in HWTEST_F()
H A Desim_core_service_test.cpp369 bool forceDisableProfile = true; in HWTEST_F() local
372 slotId, portIndex, iccId, forceDisableProfile, switchProfileResult), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
376 slotId, portIndex, iccId, forceDisableProfile, switchProfileResult), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp292 bool forceDisableProfile = true; in HWTEST_F() local
296 slotId, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
H A Desim_core_service_client_test.cpp258 bool forceDisableProfile = true; in HWTEST_F() local
261 slotId, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp824 bool forceDisableProfile = true; in HWTEST_F() local
826 int32_t ret = proxy.SwitchToProfile(SLOT_ID, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
837 bool forceDisableProfile = true; in HWTEST_F() local
840 int32_t ret = proxy.SwitchToProfile(SLOT_ID, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
851 bool forceDisableProfile = true; in HWTEST_F() local
854 int32_t ret = proxy.SwitchToProfile(SLOT_ID, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
H A Desim_file_manager_test.cpp464 bool forceDisableProfile = false; in HWTEST_F() local
465 ResultState res = simFileManager.SwitchToProfile(portIndex, iccId, forceDisableProfile); in HWTEST_F()
468 res = simFileManager.SwitchToProfile(portIndex, iccId, forceDisableProfile); in HWTEST_F()
H A Desim_manager_test.cpp615 bool forceDisableProfile = true; in HWTEST_F() local
619 int32_t ret = simManager->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
626 ret = simManager->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
636 ret = simManager->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, SwitchProfileResult); in HWTEST_F()
/base/telephony/core_service/frameworks/js/esim/src/
H A Dnapi_esim.cpp643 profileContext->forceDisableProfile, result); in NativeSwitchToProfile()
676 iccIdStr, &profileContext->forceDisableProfile, &context.callbackRef); in SwitchToProfile()
845 configInfo.isForceDeactivateSim_ = profileContext->forceDisableProfile; in NativeDownloadProfile()
884 &object, &profileContext->switchAfterDownload, &profileContext->forceDisableProfile, in DownloadProfile()
916 profileContext->asyncContext.slotId, profileContext->portIndex, profileContext->forceDisableProfile, result); in NativeGetDownloadableProfiles()
952 &profileContext->forceDisableProfile, &context.callbackRef); in GetDownloadableProfiles()
1200 metadata->asyncContext.slotId, metadata->portIndex, profile, metadata->forceDisableProfile, result); in NativeGetDownloadableProfileMetadata()
1236 &object, &metadata->forceDisableProfile, &context.callbackRef); in GetDownloadableProfileMetadata()
/base/telephony/core_service/utils/common/include/
H A Desim_service.h100 bool forceDisableProfile = false; member
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h117 ResultState SwitchToProfile(int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile);
H A Dsim_manager.h195 bool forceDisableProfile, ResultState &enumResult) override;
H A Desim_file.h105 ResultState SwitchToProfile(int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile);
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp1205 ResultState SimFileManager::SwitchToProfile(int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile) in SwitchToProfile() argument
1211 ResultState result = eSimFile_->SwitchToProfile(portIndex, iccId, forceDisableProfile); in SwitchToProfile()
H A Dsim_manager.cpp1492 int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) in SwitchToProfile()
1498 enumResult = simFileManager_[slotId]->SwitchToProfile(portIndex, iccId, forceDisableProfile); in SwitchToProfile()
1491 SwitchToProfile( int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) SwitchToProfile() argument
/base/telephony/core_service/services/core/include/
H A Dcore_service.h321 bool forceDisableProfile, ResultState &enumResult) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h557 const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) override
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp2010 int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) in SwitchToProfile()
2024 return simManager_->SwitchToProfile(slotId, portIndex, iccId, forceDisableProfile, enumResult); in SwitchToProfile()
2009 SwitchToProfile( int32_t slotId, int32_t portIndex, const std::u16string &iccId, bool forceDisableProfile, ResultState &enumResult) SwitchToProfile() argument

Completed in 29 milliseconds

12