/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 583 * @tc.name: Test CheckAbilityEnableInstall 584 * @tc.desc: Verify the CheckAbilityEnableInstall return false. 592 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); in HWTEST_F() 599 * @tc.name: Test CheckAbilityEnableInstall 600 * @tc.desc: Verify the CheckAbilityEnableInstall return false. 614 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); in HWTEST_F() 621 * @tc.name: Test CheckAbilityEnableInstall 622 * @tc.desc: Verify the CheckAbilityEnableInstall return true. 637 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); in HWTEST_F() 645 * @tc.name: Test CheckAbilityEnableInstall [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/distributed_manager/ |
H A D | bundle_distributed_manager.h | 36 bool CheckAbilityEnableInstall(
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/distributedmanager_fuzzer/ |
H A D | distributedmanager_fuzzer.cpp | 56 bundleDistributedManager.CheckAbilityEnableInstall(want, missionId, userId, callerToken); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 164 * @tc.name: test CheckAbilityEnableInstall of BundleMgrHostImpl 166 * 2. CheckAbilityEnableInstall false by no permission 171 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, FLAGS, USERID, nullptr); in HWTEST_F()
|
H A D | bms_bundle_permission_false_test.cpp | 300 * @tc.name: test CheckAbilityEnableInstall of BundleMgrHostImpl 302 * 2. CheckAbilityEnableInstall false by no permission 308 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/ |
H A D | bundle_distributed_manager.cpp | 119 bool BundleDistributedManager::CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::BundleDistributedManager 122 APP_LOGI("BundleDistributedManager::CheckAbilityEnableInstall"); in CheckAbilityEnableInstall()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 359 bool ret = bms->CheckAbilityEnableInstall(newWant, missionId, activeAccountId, new DmsBundleManagerCallbackStub()); in CheckIfRemoteCanInstall() 361 HILOGE("CheckAbilityEnableInstall from bms failed"); in CheckIfRemoteCanInstall()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 136 bundleMgrProxy.CheckAbilityEnableInstall(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1209 virtual bool CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 891 virtual bool CheckAbilityEnableInstall(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3016 * @tc.desc: 1.test CheckAbilityEnableInstall 3024 bool ret = hostImpl->CheckAbilityEnableInstall(want, 0, 0, callBack); in HWTEST_F() 4247 * @tc.name: test CheckAbilityEnableInstall 4265 bool ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 4269 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 4274 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 4279 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 4284 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 4292 * @tc.name: test CheckAbilityEnableInstall 4306 bool ret = hostImpl->CheckAbilityEnableInstall(wan in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 289 virtual bool CheckAbilityEnableInstall(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 697 bool BundleMgrHostImpl::CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::BundleMgrHostImpl 720 return bundleDistributedManager->CheckAbilityEnableInstall(want, missionId, userId, callback); in CheckAbilityEnableInstall()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 3147 * @tc.name: test CheckAbilityEnableInstall 3158 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); in HWTEST_F() 3178 * @tc.name: test CheckAbilityEnableInstall 3196 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, remoteObject); in HWTEST_F()
|
H A D | bms_bundle_kit_service_test.cpp | 10145 * 2. test CheckAbilityEnableInstall 10154 bool ret = bundleMgr->CheckAbilityEnableInstall(want, 0, 100, nullptr); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2664 auto ret = CheckAbilityEnableInstall(*want, missionId, userId, object); in HandleCheckAbilityEnableInstall()
|
H A D | bundle_mgr_proxy.cpp | 3183 bool BundleMgrProxy::CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::BundleMgrProxy 3186 APP_LOGD("begin to CheckAbilityEnableInstall"); in CheckAbilityEnableInstall() 3191 APP_LOGE("failed to CheckAbilityEnableInstall due to write MessageParcel fail"); in CheckAbilityEnableInstall() 3196 APP_LOGE("fail to CheckAbilityEnableInstall due to write want fail"); in CheckAbilityEnableInstall() 3201 APP_LOGE("fail to CheckAbilityEnableInstall due to write missionId fail"); in CheckAbilityEnableInstall() 3206 APP_LOGE("fail to CheckAbilityEnableInstall due to write userId fail"); in CheckAbilityEnableInstall()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 1085 APP_LOGI("CheckAbilityEnableInstall param: userId:%{public}d, bundleName:%{public}s, moduleName:%{public}s," \ in CheckOperation() 1089 bool ret = bundleMgrProxy_->CheckAbilityEnableInstall(want, 1, userId, bundleToolCallbackStub); in CheckOperation() 1091 APP_LOGE("CheckAbilityEnableInstall failed"); in CheckOperation() 1094 APP_LOGI("CheckAbilityEnableInstall wait"); in CheckOperation() 1118 // 'CheckAbilityEnableInstall' with no option: CheckAbilityEnableInstall in RunAsCheckCommand() 1119 // 'CheckAbilityEnableInstall' with a wrong argument: CheckAbilityEnableInstall in RunAsCheckCommand() 1120 APP_LOGD("'CheckAbilityEnableInstall' with no option."); in RunAsCheckCommand()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7896 * @tc.name: test CheckAbilityEnableInstall proxy 7906 bool testRet = bundleMgrProxy->CheckAbilityEnableInstall(want, missionId, USERID, callback); in HWTEST_F() 7912 * @tc.name: test CheckAbilityEnableInstall proxy 7926 bool testRet = bundleMgrProxy->CheckAbilityEnableInstall(want, missionId, USERID, callback); in HWTEST_F()
|