Searched refs:bmsClient (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 333 IClientProxy *bmsClient = nullptr;
in GetBmsClient() local 338 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&bmsClient));
in GetBmsClient() 343 return bmsClient;
in GetBmsClient() 348 IClientProxy *bmsClient = nullptr;
in GetBmsInnerClient() local 353 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&bmsClient));
in GetBmsInnerClient() 358 return bmsClient;
in GetBmsInnerClient() 454 auto bmsClient = GetBmsClient();
in QueryAbilityInfo() local 455 if (bmsClient == nullptr) {
in QueryAbilityInfo() 468 int32_t ret = bmsClient->Invoke(bmsClient, QUERY_ABILITY_INF in QueryAbilityInfo() 500 auto bmsClient = GetBmsClient(); GetBundleInfo() local 541 auto bmsClient = GetBmsClient(); ObtainInnerBundleInfos() local 581 ObtainBundleInfosOneByOne(BasicInfo basicInfo, int32_t len, uint8_t code, IClientProxy *bmsClient, BundleInfo **bundleInfos) ObtainBundleInfosOneByOne() argument 630 auto bmsClient = GetBmsClient(); ObtainBundleInfos() local 709 auto bmsClient = GetBmsClient(); GetBundleSize() local 762 auto bmsClient = GetBmsClient(); GetBundleNameForUid() local 808 auto bmsClient = GetBmsClient(); HasSystemCapability() local 828 auto bmsClient = GetBmsClient(); GetSystemAvailableCapabilities() local [all...] |
H A D | bundle_callback.cpp | 109 IClientProxy *bmsClient = nullptr;
in TransmitServiceId() local 110 int32_t result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&bmsClient));
in TransmitServiceId() 111 if ((result != 0) || (bmsClient == nullptr)) {
in TransmitServiceId() 124 int32_t ret = bmsClient->Invoke(bmsClient, CHANGE_CALLBACK_SERVICE_IDENTITY, &ipcIo, &errorCode, Notify);
in TransmitServiceId()
|
/foundation/filemanagement/app_file_service/interfaces/common/src/ |
H A D | common_func.cpp | 64 auto bmsClient = DelayedSingleton<AppExecFwk::BundleMgrClient>::GetInstance(); in GetDirByBundleNameAndAppIndex() local 65 if (bmsClient == nullptr) { in GetDirByBundleNameAndAppIndex() 69 auto bmsRet = bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName); in GetDirByBundleNameAndAppIndex()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | bundle_mgr_proxy.cpp | 76 auto bmsClient = GetBundleMgrProxy(); in GetBundleInfoFromBMS() local 77 if (bmsClient == nullptr) { in GetBundleInfoFromBMS() 86 ret = bmsClient->GetBundleInfo( in GetBundleInfoFromBMS() 89 ret = bmsClient->GetCloneBundleInfo( in GetBundleInfoFromBMS()
|
/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 185 auto bmsClient = DelayedSingleton<AppExecFwk::BundleMgrClient>::GetInstance(); in GetDirByBundleNameAndAppIndex() local 186 if (bmsClient == nullptr) { in GetDirByBundleNameAndAppIndex() 190 auto bmsRet = bmsClient->GetDirByBundleNameAndAppIndex(bundleName, appIndex, dirName); in GetDirByBundleNameAndAppIndex()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 117 IClientProxy *bmsClient = nullptr; in GetBmsInnerClient() local 118 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, reinterpret_cast<void **>(&bmsClient)); in GetBmsInnerClient() 123 return bmsClient; in GetBmsInnerClient()
|
Completed in 4 milliseconds