Home
last modified time | relevance | path

Searched refs:SRC_ENTRY (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h66 constexpr const char *SRC_ENTRY = "srcEntry"; member
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp45 constexpr const char* SRC_ENTRY = "srcEntry"; member
556 if (!module.contains(SRC_ENTRY) || !module[SRC_ENTRY].is_string() || in AnalyzeProfileInfoAndRegisterStartupTask()
562 std::unique_ptr<NativeReference> startupJsRef = LoadJsSrcEntry(module.at(SRC_ENTRY).get<std::string>()); in AnalyzeProfileInfoAndRegisterStartupTask()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp330 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
333 SRC_ENTRY, in from_json()
605 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
608 SRC_ENTRY, in from_json()
1192 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
1195 SRC_ENTRY, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp367 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
370 SRC_ENTRY, in from_json()
658 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
661 SRC_ENTRY, in from_json()
1281 if (jsonObject.find(SRC_ENTRY) != jsonObject.end()) { in from_json()
1284 SRC_ENTRY, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h315 constexpr const char* SRC_ENTRY = "srcEntry"; member

Completed in 10 milliseconds