Home
last modified time | relevance | path

Searched refs:ReadSourceMapData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp52 bool ReadSourceMapData(const std::string& hapPath, const std::string& mapPath, std::string& content) in ReadSourceMapData() function
122 EXPECT_FALSE(modSourceMap->ReadSourceMapData(hapPath, mapPath, context));
135 SourceMap::RegisterReadSourceMapCallback(ReadSourceMapData);
140 modSourceMap->ReadSourceMapData(hapPath, mapPath, context);
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp99 ReadSourceMapData(hapPath_, MEGER_SOURCE_MAP_PATH, sourceMapData); in Init()
168 if (!ReadSourceMapData(hapPath_, url, curSourceMap)) { in TranslateBySourceMap()
511 bool SourceMap::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() function in OHOS::JsEnv::SourceMap
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h80 …static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::s…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h67 …static bool ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std::s…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp910 JsEnv::SourceMap::RegisterReadSourceMapCallback(JsRuntime::ReadSourceMapData); in InitSourceMap()
1405 bool JsRuntime::ReadSourceMapData(const std::string& hapPath, const std::string& sourceMapPath, std… in ReadSourceMapData() function in OHOS::AbilityRuntime::JsRuntime
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp839 auto result = jsRuntime->ReadSourceMapData(hapPath, sourceMapPath, content);