Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1005 ErrCode GetDirForAtomicServiceByUserId(const std::string &bundleName, int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp9183 ErrCode BundleDataMgr::GetDirForAtomicServiceByUserId(const std::string &bundleName, int32_t userId, in GetDirForAtomicServiceByUserId() function in OHOS::AppExecFwk::BundleDataMgr
9249 … auto ret = GetDirForAtomicServiceByUserId(bundleDir.bundleName, userId, accountInfo, dataDir); in GetBundleDir()