Home
last modified time | relevance | path

Searched refs:localAbilityManagerName (Results 1 - 13 of 13) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp96 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo()
99 (void)localAbilityManagerName; in AddOnDemandSystemAbilityInfo()
95 AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const std::u16string& localAbilityManagerName) AddOnDemandSystemAbilityInfo() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dsystem_ability_manager.cpp112 int32_t systemAbilityId, const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo()
115 (void)localAbilityManagerName; in AddOnDemandSystemAbilityInfo()
111 AddOnDemandSystemAbilityInfo( int32_t systemAbilityId, const std::u16string& localAbilityManagerName) AddOnDemandSystemAbilityInfo() argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp181 int32_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()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dwrapper.rs95 fn AddOnDemandSystemAbilityInfo(said: i32, localAbilityManagerName: &str) -> i32; in AddOnDemandSystemAbilityInfo()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp99 int32_t systemAbilityId, const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo()
98 AddOnDemandSystemAbilityInfo( int32_t systemAbilityId, const std::u16string& localAbilityManagerName) AddOnDemandSystemAbilityInfo() argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h53 int32_t AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const rust::str localAbilityManagerName);
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h36 const std::u16string& localAbilityManagerName));
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h36 const std::u16string& localAbilityManagerName));
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp104 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo()
103 AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const std::u16string& localAbilityManagerName) AddOnDemandSystemAbilityInfo() argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h106 * @param localAbilityManagerName, Process Name.
110 const std::u16string& localAbilityManagerName) override;
H A Dif_system_ability_manager.h125 * @param localAbilityManagerName, Process Name.
129 const std::u16string& localAbilityManagerName) = 0;
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp210 std::u16string localAbilityManagerName = u""; in HWTEST_F() local
211 int32_t ret = sm->AddOnDemandSystemAbilityInfo(TEST_ID_NORANGE_SAID, localAbilityManagerName); in HWTEST_F()
226 std::u16string localAbilityManagerName = u""; in HWTEST_F() local
227 int32_t ret = sm->AddOnDemandSystemAbilityInfo(TEST_ID_VAILD, localAbilityManagerName); in HWTEST_F()
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp374 const std::u16string& localAbilityManagerName) in AddOnDemandSystemAbilityInfo()
377 if (!CheckInputSysAbilityId(systemAbilityId) || localAbilityManagerName.empty()) { in AddOnDemandSystemAbilityInfo()
398 ret = data.WriteString16(localAbilityManagerName); in AddOnDemandSystemAbilityInfo()
400 HILOGW("AddOnDemandSystemAbilityInfo Write localAbilityManagerName failed!"); in AddOnDemandSystemAbilityInfo()
373 AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const std::u16string& localAbilityManagerName) AddOnDemandSystemAbilityInfo() argument

Completed in 10 milliseconds