Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h77 bool GetOTACompileList(std::vector<std::string> &bundleNames) const;
/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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp672 * @tc.name: test GetOTACompileList
679 bool ret = AOTHandler::GetInstance().GetOTACompileList(bundleNames); in HWTEST_F()
1625 * @tc.name: Test GetOTACompileList
1626 * @tc.desc: 1.GetOTACompileList
1632 bool ret = AOTHandler::GetInstance().GetOTACompileList(bundleNames); in HWTEST_F()

Completed in 6 milliseconds