/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 592 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 614 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 637 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 660 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 682 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 705 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 728 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 750 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 772 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); 795 auto ret = mgr.CheckAbilityEnableInstall(want, missionId, userId, nullptr); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/distributed_manager/ |
H A D | bundle_distributed_manager.h | 36 bool CheckAbilityEnableInstall(
|
/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 171 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, FLAGS, USERID, nullptr);
|
H A D | bms_bundle_permission_false_test.cpp | 308 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, nullptr);
|
/ohos5.0/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
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 359 …bool ret = bms->CheckAbilityEnableInstall(newWant, missionId, activeAccountId, new DmsBundleManage… in CheckIfRemoteCanInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3025 bool ret = hostImpl->CheckAbilityEnableInstall(want, 0, 0, callBack); 4287 bool ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4291 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4296 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4301 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4306 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4328 bool ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 4334 ret = hostImpl->CheckAbilityEnableInstall(want, missionId, USERID, nullptr);
|
/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1210 virtual bool CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function
|
H A D | bundle_mgr_proxy.h | 891 virtual bool CheckAbilityEnableInstall(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 289 virtual bool CheckAbilityEnableInstall(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 717 bool BundleMgrHostImpl::CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::BundleMgrHostImpl 740 return bundleDistributedManager->CheckAbilityEnableInstall(want, missionId, userId, callback); in CheckAbilityEnableInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 3137 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, nullptr); 3175 bool ret = bundleMgrHostImpl_->CheckAbilityEnableInstall(want, missionId, USERID, remoteObject);
|
H A D | bms_bundle_kit_service_test.cpp | 10112 bool ret = bundleMgr->CheckAbilityEnableInstall(want, 0, 100, nullptr);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 1039 bool ret = bundleMgrProxy_->CheckAbilityEnableInstall(want, 1, userId, bundleToolCallbackStub); in CheckOperation()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2672 auto ret = CheckAbilityEnableInstall(*want, missionId, userId, object); in HandleCheckAbilityEnableInstall()
|
H A D | bundle_mgr_proxy.cpp | 3154 bool BundleMgrProxy::CheckAbilityEnableInstall( in CheckAbilityEnableInstall() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7854 bool testRet = bundleMgrProxy->CheckAbilityEnableInstall(want, missionId, USERID, callback); 7874 bool testRet = bundleMgrProxy->CheckAbilityEnableInstall(want, missionId, USERID, callback);
|