Searched refs:GetBundleNameAndIndexForUid (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 954 ErrCode GetBundleNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appIndex) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 309 auto ret = dataMgr->GetBundleNameAndIndexForUid(uid, bundleName, appIndex); in GetBundleInfoForSelf() 572 return dataMgr->GetBundleNameAndIndexForUid(uid, bundleName, appIndex); in GetNameAndIndexForUid()
|
H A D | bundle_data_mgr.cpp | 3421 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