Home
last modified time | relevance | path

Searched refs:CheckAbilityEnableInstall (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp583 * @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 Dbundle_distributed_manager.h36 bool CheckAbilityEnableInstall(
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/distributedmanager_fuzzer/
H A Ddistributedmanager_fuzzer.cpp56 bundleDistributedManager.CheckAbilityEnableInstall(want, missionId, userId, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_token_test.cpp164 * @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 Dbms_bundle_permission_false_test.cpp300 * @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 Dbundle_distributed_manager.cpp119 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 Dbundle_manager_internal.cpp359 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 Dbundlemgrproxy_fuzzer.cpp136 bundleMgrProxy.CheckAbilityEnableInstall(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1209 virtual bool CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h891 virtual bool CheckAbilityEnableInstall(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3016 * @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 Dbundle_mgr_host_impl.h289 virtual bool CheckAbilityEnableInstall(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp697 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 Dbms_bundle_data_mgr_test.cpp3147 * @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 Dbms_bundle_kit_service_test.cpp10145 * 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 Dbundle_mgr_host.cpp2664 auto ret = CheckAbilityEnableInstall(*want, missionId, userId, object); in HandleCheckAbilityEnableInstall()
H A Dbundle_mgr_proxy.cpp3183 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 Dbundle_test_tool.cpp1085 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 Dacts_bms_kit_system_test.cpp7896 * @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()

Completed in 100 milliseconds