Home
last modified time | relevance | path

Searched defs:assetBasePathStr (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment_impl.h34 std::vector<std::string> assetBasePathStr; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h42 std::vector<std::string> assetBasePathStr; member
H A Dace_service_ability.cpp90 std::vector<std::string> assetBasePathStr; in OnStart() local
H A Dace_form_ability.cpp86 std::vector<std::string> assetBasePathStr; in LoadFormEnv() local
H A Dace_data_ability.cpp91 std::vector<std::string> assetBasePathStr; in OnStart() local
H A Dace_ability.cpp409 auto assetBasePathStr = { std::string("assets/js/default/"), std::string("assets/js/share/") }; in OnStart() local
412 auto assetBasePathStr = { "assets/js/" + srcPath + "/", std::string("assets/js/share/"), in OnStart() local
H A Dui_content_impl.cpp1132 auto assetBasePathStr = { std::string("ets/"), std::string("resources/base/profile/") }; in CommonInitializeForm() local
1157 auto assetBasePathStr = { "assets/js/" + (srcPath.empty() ? "default" : srcPath) + "/", in CommonInitializeForm() local
1679 auto assetBasePathStr = { std::string("ets/"), std::string("resources/base/profile/") }; in CommonInitialize() local
1704 auto assetBasePathStr = { "assets/js/" + (srcPath.empty() ? "default" : srcPath) + "/", in CommonInitialize() local
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h46 std::vector<std::string> assetBasePathStr; member

Completed in 11 milliseconds