Searched refs:argsMap (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 154 void AOTExecutor::MapArgs(const AOTArgs &aotArgs, std::unordered_map<std::string, std::string> &argsMap) in MapArgs() argument 170 argsMap.emplace("target-compiler-mode", aotArgs.compileMode); in MapArgs() 171 argsMap.emplace("aot-file", aotArgs.outputPath + ServiceConstants::PATH_SEPARATOR + aotArgs.moduleName); in MapArgs() 172 argsMap.emplace("compiler-pkg-info", subject.dump()); in MapArgs() 173 argsMap.emplace("compiler-external-pkg-info", objectArray.dump()); in MapArgs() 174 argsMap.emplace("compiler-opt-bc-range", aotArgs.optBCRangeList); in MapArgs() 175 argsMap.emplace("compiler-device-state", std::to_string(aotArgs.isScreenOff)); in MapArgs() 176 argsMap.emplace("compiler-baseline-pgo", std::to_string(aotArgs.isEnableBaselinePgo)); in MapArgs() 177 argsMap.emplace("ABC-Path", aotArgs.hapPath + ServiceConstants::PATH_SEPARATOR + ABC_RELATIVE_PATH); in MapArgs() 178 argsMap in MapArgs() 222 std::unordered_map<std::string, std::string> argsMap; StartAOTCompiler() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_executor.h | 50 void MapArgs(const AOTArgs &aotArgs, std::unordered_map<std::string, std::string> &argsMap);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
H A D | bms_data_aot_test.cpp | 1148 std::unordered_map<std::string, std::string> argsMap; in HWTEST_F() local 1149 AOTExecutor::GetInstance().MapArgs(aotArgs, argsMap); in HWTEST_F() 1150 EXPECT_EQ(argsMap.empty(), false); in HWTEST_F()
|
Completed in 5 milliseconds