Home
last modified time | relevance | path

Searched refs:GetPreInstallCapability (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h84 static bool GetPreInstallCapability(PreBundleConfigInfo &preBundleConfigInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp204 EXPECT_FALSE(handler->GetPreInstallCapability(preBundleConfigInfo));
218 EXPECT_FALSE(handler->GetPreInstallCapability(preBundleConfigInfo));
840 EXPECT_FALSE(handler->GetPreInstallCapability(preBundleConfigInfo));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp395 bool res = handler->GetPreInstallCapability(preBundleConfigInfo);
398 res = handler->GetPreInstallCapability(preBundleConfigInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp591 bool BMSEventHandler::GetPreInstallCapability(PreBundleConfigInfo& preBundleConfigInfo) in GetPreInstallCapability() function in OHOS::AppExecFwk::BMSEventHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp726 if (!BMSEventHandler::GetPreInstallCapability(preBundleConfigInfo)) { in GetPrivilegeCapability()
1198 if (!BMSEventHandler::GetPreInstallCapability(configInfo)) { in FetchPrivilegeCapabilityFromPreConfig()
H A Dbundle_mgr_service_event_handler.cpp2568 bool BMSEventHandler::GetPreInstallCapability(PreBundleConfigInfo &preBundleConfigInfo) in GetPreInstallCapability() function in OHOS::AppExecFwk::BMSEventHandler