Home
last modified time | relevance | path

Searched refs:GetBundleNameAndIndexForUid (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h954 ErrCode GetBundleNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appIndex) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp309 auto ret = dataMgr->GetBundleNameAndIndexForUid(uid, bundleName, appIndex); in GetBundleInfoForSelf()
572 return dataMgr->GetBundleNameAndIndexForUid(uid, bundleName, appIndex); in GetNameAndIndexForUid()
H A Dbundle_data_mgr.cpp3421 return GetBundleNameAndIndexForUid(uid, bundleName, appIndex) == ERR_OK; in GetBundleNameForUid()
3424 ErrCode BundleDataMgr::GetBundleNameAndIndexForUid(const int32_t uid, std::string &bundleName, in GetBundleNameAndIndexForUid() function in OHOS::AppExecFwk::BundleDataMgr

Completed in 24 milliseconds