Home
last modified time | relevance | path

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

/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp138 sptr<IBundleMgr> bundleMgr = iface_cast<IBundleMgr>(remoteObject); in GetBundleMgr() local
139 if (bundleMgr == nullptr) { in GetBundleMgr()
140 HILOGE("[GetBundleMgr] get bundleMgr failed"); in GetBundleMgr()
143 return bundleMgr; in GetBundleMgr()
154 sptr<IBundleMgr> bundleMgr = GetBundleMgr(); in GetDevattestBundleUid() local
155 if (bundleMgr == nullptr) { in GetDevattestBundleUid()
159 *uid = bundleMgr->GetUidByBundleName(std::string(DEVATTEST_PUBLISH_BUNDLE), userId); in GetDevattestBundleUid()
169 sptr<IBundleMgr> bundleMgr = GetBundleMgr(); in GetDevattestHapPath() local
170 if (bundleMgr == nullptr) { in GetDevattestHapPath()
183 if (bundleMgr in GetDevattestHapPath()
[all...]

Completed in 1 milliseconds