Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp132 BmsServerProxy *bmsServerProxy = nullptr; in CheckVisiblePermission() local
133 int result = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **) &bmsServerProxy); in CheckVisiblePermission()
134 if (result != 0 || bmsServerProxy == nullptr) { in CheckVisiblePermission()
138 uint8_t ret = bmsServerProxy->GetBundleNameForUid(callingUid, &bundleName); in CheckVisiblePermission()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c173 struct BmsServerProxy *bmsServerProxy = NULL; in GetBundleInfoFromBms() local
174 if (!GetBmsInterface(&bmsServerProxy)) { in GetBundleInfoFromBms()
178 if (bmsServerProxy->GetBundleNameForUid(callerInfo->uid, &bundleName) != EC_SUCCESS) { in GetBundleInfoFromBms()
182 … errCode = bmsServerProxy->GetBundleInfo(bundleName, GET_BUNDLE_WITHOUT_ABILITIES, bundleInfo); in GetBundleInfoFromBms()