H A D | bundle_manager_internal.cpp | 35 bool BundleManagerInternal::GetCallerAppIdFromBms(int32_t callingUid, std::string& appId) in GetCallerAppIdFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal 47 return GetCallerAppIdFromBms(bundleNameList.front(), appId); in GetCallerAppIdFromBms() 50 bool BundleManagerInternal::GetCallerAppIdFromBms(const std::string& bundleName, std::string& appId) in GetCallerAppIdFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal 179 if (!GetCallerAppIdFromBms(targetBundleName, calleeAppId)) { in IsSameAppId()
|