Home
last modified time | relevance | path

Searched refs:isBundleInstalled (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9633 bool isBundleInstalled = false; variable
9636 EXPECT_FALSE(isBundleInstalled);
9662 bool isBundleInstalled = false; variable
9665 EXPECT_FALSE(isBundleInstalled);
9667 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, 0, isBundleInstalled);
9669 EXPECT_TRUE(isBundleInstalled);
9671 isBundleInstalled = false;
9674 EXPECT_FALSE(isBundleInstalled);
9678 EXPECT_FALSE(isBundleInstalled);
9680 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, 1, isBundleInstalled);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4139 bool isBundleInstalled = false; in HandleIsBundleInstalled() local
4140 auto ret = IsBundleInstalled(bundleName, userId, apppIndex, isBundleInstalled); in HandleIsBundleInstalled()
4145 if ((ret == ERR_OK) && !reply.WriteBool(isBundleInstalled)) { in HandleIsBundleInstalled()