Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_module_reader_test.cpp88 std::string hapPath = jsModuleReader.GetPresetAppHapPath("", "");
100 std::string hapPath = jsModuleReader.GetPresetAppHapPath("", "");
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp115 std::string realHapPath = GetPresetAppHapPath(inputPath, bundleName_); in GetCommonAppHspPath()
170 std::string JsModuleReader::GetPresetAppHapPath(const std::string& inputPath, const std::string& bu… in GetPresetAppHapPath() function in OHOS::AbilityRuntime::JsModuleReader
H A Djs_module_reader.h46 …static std::string GetPresetAppHapPath(const std::string& inputPath, const std::string& bundleName…