Home
last modified time | relevance | path

Searched refs:sources_ (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp212 sources_.emplace(url, tmp); in SplitSourceMap()
223 for (auto it = sources_.begin(); it != sources_.end(); ++it) { in SplitSourceMap()
235 modularMap->sources_.push_back(it->second); in SplitSourceMap()
239 sources_.clear(); in SplitSourceMap()
302 if (row < 1 || col < 1 || targetMap.afterPos_.empty() || targetMap.sources_[0].empty()) { in Find()
324 std::string sources = targetMap.sources_[0].substr(REAL_SOURCE_INDEX, in Find()
325 targetMap.sources_[0].size() - REAL_SOURCE_SIZE - 1); in Find()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h56 std::vector<std::string> sources_; member in OHOS::JsEnv::final
106 std::unordered_map<std::string, std::string> sources_; member in OHOS::JsEnv::final
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp118 revSourceMap.sources_.emplace_back("0"); in HWTEST_F()
119 revSourceMap.sources_.emplace_back("1"); in HWTEST_F()
122 revSourceMap.sources_[0] = ("webpack:///111"); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp75 int32_t sourcesSize = static_cast<int32_t>(sources_.size()); in Find()
79 std::string sources = sources_[afterPos_[res].sourcesVal]; in Find()
174 sources_.push_back(keyInfo); in HandleKeyInfo()
260 curMapData->sources_.push_back(sourceKeyInfo); in MergeInit()
H A Dsource_map.h57 std::vector<std::string> sources_; member in OHOS::Ace::Framework::final
/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp180 targetMap.sources_.emplace_back("sources"); in HWTEST_F()
209 targetMap.sources_.emplace_back("sources"); in HWTEST_F()

Completed in 6 milliseconds