Home
last modified time | relevance | path

Searched refs:GetDirForAtomicService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1004 ErrCode GetDirForAtomicService(const std::string &bundleName, std::string &dataDir) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp9152 ErrCode BundleDataMgr::GetDirForAtomicService(const std::string &bundleName, std::string &dataDir) … in GetDirForAtomicService() function in OHOS::AppExecFwk::BundleDataMgr
9218 return GetDirForAtomicService(bundleName, dataDir); in GetDirByBundleNameAndAppIndex()