Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/external/
DStageContext.h59 std::map<std::string, std::string> GetModulePathMap() const;
DStageContext.cpp143 std::map<std::string, std::string> StageContext::GetModulePathMap() const in GetModulePathMap() function in OHOS::Ide::StageContext
/ide/tools/previewer/test/unittest/jsapp/
DStageContextTest.cpp292 EXPECT_EQ(OHOS::Ide::StageContext::GetInstance().GetModulePathMap()["Testlibrary1"], "aaa"); in TEST_F()