Home
last modified time | relevance | path

Searched refs:localAbilityManagerName (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp95 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
98 (void)localAbilityManagerName; in AddOnDemandSystemAbilityInfo()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dsystem_ability_manager.cpp112 int32_t systemAbilityId, const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
115 (void)localAbilityManagerName; in AddOnDemandSystemAbilityInfo()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp181 …32_t AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const rust::str localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
183 if (localAbilityManagerName.length() > MAX_RUST_STR_LEN) { in AddOnDemandSystemAbilityInfo()
191 std::u16string s = Str8ToStr16(std::string(localAbilityManagerName)); in AddOnDemandSystemAbilityInfo()
/ohos5.0/base/location/test/mock/include/
H A Dmock_if_system_ability_manager.h39 const std::u16string& localAbilityManagerName));
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dwrapper.rs95 fn AddOnDemandSystemAbilityInfo(said: i32, localAbilityManagerName: &str) -> i32; in AddOnDemandSystemAbilityInfo()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h53 …2_t AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const rust::str localAbilityManagerName);
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_service_registry.cpp111 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h36 const std::u16string& localAbilityManagerName));
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp99 int32_t systemAbilityId, const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp68 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
/ohos5.0/base/location/test/mock/src/
H A Dmock_service_registry.cpp76 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp210 std::u16string localAbilityManagerName = u""; variable
211 int32_t ret = sm->AddOnDemandSystemAbilityInfo(TEST_ID_NORANGE_SAID, localAbilityManagerName);
226 std::u16string localAbilityManagerName = u""; variable
227 int32_t ret = sm->AddOnDemandSystemAbilityInfo(TEST_ID_VAILD, localAbilityManagerName);
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp99 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h129 const std::u16string& localAbilityManagerName) = 0;
H A Dsystem_ability_manager_proxy.h110 const std::u16string& localAbilityManagerName) override;
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp374 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
377 if (!CheckInputSysAbilityId(systemAbilityId) || localAbilityManagerName.empty()) { in AddOnDemandSystemAbilityInfo()
398 ret = data.WriteString16(localAbilityManagerName); in AddOnDemandSystemAbilityInfo()