/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bm_install_multi_user_test.cpp | 262 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 301 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 340 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 379 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 418 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 457 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 497 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 537 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 576 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); 610 ret = bmsProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo2, userId); [all …]
|
/ohos5.0/base/telephony/call_manager/services/call_report/src/ |
H A D | call_ability_report_proxy.cpp | 83 if ((*it)->GetBundleInfo() == bundleInfo) { in UnRegisterCallBack() 151 ((*it)->GetBundleInfo()).c_str()); in CallDestroyed() 167 bundleInfo = (*it)->GetBundleInfo(); in ReportCallStateInfo() 189 if (callback->GetBundleInfo() == bundleInfo) { in ReportCallStateInfo() 216 ((*it)->GetBundleInfo()).c_str()); in ReportCallEvent() 236 ((*it)->GetBundleInfo()).c_str()); in ReportAsyncResults() 255 ((*it)->GetBundleInfo()).c_str()); in ReportMmiCodeResult() 294 ((*it)->GetBundleInfo()).c_str()); in ReportAudioDeviceChange() 313 ((*it)->GetBundleInfo()).c_str()); in ReportPostDialDelay() 332 ((*it)->GetBundleInfo()).c_str()); in ReportImsCallModeChange() [all …]
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/bms_test/ |
H A D | bundle_info_query_test.cpp | 76 ASSERT_TRUE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 89 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 107 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 119 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 132 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 147 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 162 ASSERT_TRUE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 178 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint));
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | app_manager.cpp | 43 appRecord->GetBundleInfo().bundleName, token); in StartAppProcess() 79 if (current != nullptr && current->GetBundleInfo().bundleName != nullptr && in RemoveAppRecord() 80 (strcmp(current->GetBundleInfo().bundleName, bundleName) == 0)) { in RemoveAppRecord() 105 if (appRecord != nullptr && appRecord->GetBundleInfo().bundleName != nullptr && in GetAppRecordByBundleName() 106 (strcmp(appRecord->GetBundleInfo().bundleName, bundleName) == 0)) { in GetAppRecordByBundleName()
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_permission.c | 85 errCode = bmsInterface->GetBundleInfo(permissionCheckInfo->calleeBundleName, in CheckRemotePermission() 89 errCode = GetBundleInfo(permissionCheckInfo->calleeBundleName, in CheckRemotePermission() 95 errCode = GetBundleInfo(permissionCheckInfo->calleeBundleName, in CheckRemotePermission() 182 … errCode = bmsServerProxy->GetBundleInfo(bundleName, GET_BUNDLE_WITHOUT_ABILITIES, bundleInfo); in GetBundleInfoFromBms() 189 errCode = GetBundleInfo(bundleName, GET_BUNDLE_WITHOUT_ABILITIES, bundleInfo); in GetBundleInfoFromBms() 195 errCode = GetBundleInfo(callerInfo->bundleName, GET_BUNDLE_WITHOUT_ABILITIES, bundleInfo); in GetBundleInfoFromBms()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/ |
H A D | mock_bundle_manager.h | 35 bool GetBundleInfo(const std::string &bundleName, 50 virtual bool GetBundleInfo(const std::string &bundleName, 55 virtual bool GetBundleInfo(const std::string &bundleName,
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/ |
H A D | mock_bundle_manager.cpp | 32 bool BundleMgrProxy::GetBundleInfo(const string &bundleName, in GetBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy 50 bool BundleMgrStub::GetBundleInfo(const string &bundleName, in GetBundleInfo() function in OHOS::AppExecFwk::BundleMgrStub 63 bool BundleMgrStub::GetBundleInfo(const string &bundleName, int32_t flags, BundleInfo &bundleInfo, … in GetBundleInfo() function in OHOS::AppExecFwk::BundleMgrStub
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/external/ |
H A D | edm_bundle_manager_impl_test.cpp | 86 bool ret = edmBundleManagerImpl.GetBundleInfo( 90 ret = edmBundleManagerImpl.GetBundleInfo( 104 bool ret = edmBundleManagerImpl.GetBundleInfo(
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 31 .GetBundleInfo = BundleMgrSliteFeature::GetBundleInfo, 119 uint8_t BundleMgrSliteFeature::GetBundleInfo(const char *bundleName, int32_t flags, BundleInfo *bun… in GetBundleInfo() function in OHOS::BundleMgrSliteFeature 121 return OHOS::GtManagerService::GetInstance().GetBundleInfo(bundleName, flags, *bundleInfo); in GetBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleinfo_fuzzer/ |
H A D | getbundleinfo_fuzzer.cpp | 32 … bundleMgrProxy.GetBundleInfo(bundleName, flag, bundleInfo, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 33 bundleMgrProxy.GetBundleInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/ |
H A D | plugin_pattern_test_ng.cpp | 364 …EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)).WillOn… 368 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 383 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 396 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 439 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 446 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 461 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 470 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _)) 529 EXPECT_CALL(*bundleMgr, GetBundleInfo(_, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, _, _))
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager.cpp | 35 uint8_t GetBundleInfo(const char *bundleName, int32_t flags, BundleInfo *bundleInfo) in GetBundleInfo() function 37 return OHOS::BundleMsClient::GetInstance().GetBundleInfo(bundleName, flags, bundleInfo); in GetBundleInfo()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | app_spawn_client.cpp | 94 char *innerBundleName = appRecord.GetBundleInfo().bundleName; in SpawnProcess() 106 cJSON_AddNumberToObject(root, "uID", appRecord.GetBundleInfo().uid); in SpawnProcess() 107 cJSON_AddNumberToObject(root, "gID", appRecord.GetBundleInfo().gid); in SpawnProcess()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 165 if (GetBundleInfo(preferencesInfo, bundleOption, bundleInfo)) { in RemoveNotificationAllSlots() 202 if (GetBundleInfo(preferencesInfo, bundleOption, bundleInfo)) { in RemoveNotificationForBundle() 264 if (GetBundleInfo(preferencesInfo_, bundleOption, bundleInfo)) { in GetNotificationSlot() 286 if (GetBundleInfo(preferencesInfo_, bundleOption, bundleInfo)) { in GetNotificationAllSlots() 306 if (GetBundleInfo(preferencesInfo_, bundleOption, bundleInfo)) { in GetNotificationSlotsNumForBundle() 588 if (preferencesInfo.GetBundleInfo(bundleOption, info)) { in GetBundleInfo() 590 } else if (preferncesDB_->GetBundleInfo(bundleOption, info)) { in GetBundleInfo() 685 if (!GetBundleInfo(preferencesInfo, bundleOption, bundleInfo)) { in UpdateCloneBundleInfo() 837 if (!GetBundleInfo(preferencesInfo, bundleOption, bundleInfo)) { in CheckSlotForCreateSlot() 853 if (GetBundleInfo(preferencesInfo, bundleOption, bundleInfo)) { in CheckSlotForRemoveSlot() [all …]
|
H A D | bundle_manager_helper.cpp | 119 …ret = bundleMgr_->GetBundleInfo(bundle, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleI… in GetBundleInfoByBundleName() 196 bool BundleManagerHelper::GetBundleInfo(const std::string &bundleName, const AppExecFwk::BundleFlag… in GetBundleInfo() function in OHOS::Notification::BundleManagerHelper 209 bool ret = bundleMgr_->GetBundleInfo(bundleName, flag, bundleInfo, callingUserId); in GetBundleInfo()
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_bundle_mgr.h | 31 MOCK_METHOD4(GetBundleInfo, bool(const std::string &, int32_t, BundleInfo &, int32_t)); 48 MOCK_METHOD4(GetBundleInfo, bool(const std::string &, int32_t, BundleInfo &, int32_t));
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
H A D | child_process_manager_test.cpp | 167 auto ret = ChildProcessManager::GetInstance().GetBundleInfo(bundleInfo); 180 auto ret = ChildProcessManager::GetInstance().GetBundleInfo(bundleInfo); 197 auto ret = ChildProcessManager::GetInstance().GetBundleInfo(bundleInfo); 216 auto ret = ChildProcessManager::GetInstance().GetBundleInfo(bundleInfo);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
H A D | device.cpp | 52 std::string bundleInfo = GetBundleInfo(); in Connect() 103 std::string bundleInfo = GetBundleInfo(); in Connect() 127 std::string bundleInfo = GetBundleInfo(); in Disconnect() 174 std::string bundleInfo = GetBundleInfo(); in OnDisconnect()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
H A D | bms_permission_grant_system_test.cpp | 248 … bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, 282 … bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, 316 … bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, 346 … bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, 358 … bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION,
|
/ohos5.0/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_bundle_manager_impl.cpp | 55 bool EdmBundleManagerImpl::GetBundleInfo(const std::string &bundleName, const AppExecFwk::BundleFla… in GetBundleInfo() function in OHOS::EDM::EdmBundleManagerImpl 60 if (proxy && proxy->GetBundleInfo(bundleName, flag, bundleInfo, userId)) { in GetBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.h | 40 bool GetBundleInfo(const std::string& bundleName, in GetBundleInfo() function 79 bool GetBundleInfo(const std::string& bundleName, in GetBundleInfo() function
|
H A D | mock_bundle_manager_form.h | 67 bool GetBundleInfo( 96 bool GetBundleInfo(
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
H A D | bundle_manager_adapter.cpp | 65 bool BundleManagerAdapter::GetBundleInfo(const std::string &bundleName, int32_t flag, in GetBundleInfo() function in OHOS::Security::DlpPermission::BundleManagerAdapter 74 return proxy_->GetBundleInfo(bundleName, flag, bundleInfo, userId); in GetBundleInfo()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 218 bool FormBmsHelper::GetBundleInfo(const std::string &bundleName, int32_t userId, BundleInfo &bundle… in GetBundleInfo() function in OHOS::AppExecFwk::FormBmsHelper 242 return (IN_PROCESS_CALL(iBundleMgr->GetBundleInfo(bundleName, flags, bundleInfo, userId))); in GetBundleInfoByFlags() 319 if (!IN_PROCESS_CALL(iBundleMgr->GetBundleInfo(bundleName, flags, bundleInfo, userId))) { in GetCompileMode() 346 if (!IN_PROCESS_CALL(iBundleMgr->GetBundleInfo(bundleName, flags, bundleInfo, userId))) { in GetCompatibleVersion()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_bundle_manager.h | 67 bool GetBundleInfo( 89 bool GetBundleInfo(
|