/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/ |
H A D | mock_service_registry.cpp | 95 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 D | system_ability_manager.cpp | 112 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 D | system_ability_manager_wrapper.cpp | 181 …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 D | mock_if_system_ability_manager.h | 39 const std::u16string& localAbilityManagerName));
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | wrapper.rs | 95 fn AddOnDemandSystemAbilityInfo(said: i32, localAbilityManagerName: &str) -> i32; in AddOnDemandSystemAbilityInfo()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 53 …2_t AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const rust::str localAbilityManagerName);
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_service_registry.cpp | 111 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 36 const std::u16string& localAbilityManagerName));
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 99 int32_t systemAbilityId, const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/ |
H A D | mock_service_registry.cpp | 68 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
|
/ohos5.0/base/location/test/mock/src/ |
H A D | mock_service_registry.cpp | 76 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_proxy_test.cpp | 210 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 D | mock_service_registry.cpp | 99 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_system_ability_manager.h | 129 const std::u16string& localAbilityManagerName) = 0;
|
H A D | system_ability_manager_proxy.h | 110 const std::u16string& localAbilityManagerName) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 374 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo() argument 377 if (!CheckInputSysAbilityId(systemAbilityId) || localAbilityManagerName.empty()) { in AddOnDemandSystemAbilityInfo() 398 ret = data.WriteString16(localAbilityManagerName); in AddOnDemandSystemAbilityInfo()
|