Home
last modified time | relevance | path

Searched refs:GetOTACompileList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h77 bool GetOTACompileList(std::vector<std::string> &bundleNames) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp565 if (!GetOTACompileList(bundleNames)) { in OTACompileInternal()
585 bool AOTHandler::GetOTACompileList(std::vector<std::string> &bundleNames) const in GetOTACompileList() function in OHOS::AppExecFwk::AOTHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp667 bool ret = AOTHandler::GetInstance().GetOTACompileList(bundleNames);