Home
last modified time | relevance | path

Searched defs:sharedBundleName (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_module_reader.cpp166 const std::string sharedBundleName = tmpPath.substr(0, tmpPath.find_first_of("/")); in GetPresetAppHapPath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_mgr_host_impl.cpp259 ErrCode BundleMgrHostImpl::GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &… in GetDependentBundleInfo()
2647 bool BundleMgrHostImpl::VerifyDependency(const std::string &sharedBundleName) in VerifyDependency()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h197 …virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBund… in GetDependentBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_data_mgr_test.cpp3200 std::string sharedBundleName; variable