Home
last modified time | relevance | path

Searched refs:GetJSONTree (Results 1 - 10 of 10) sorted by relevance

/ide/tools/previewer/test/mock/arkui/
H A DMockAceAbility.cpp83 std::string AceAbility::GetJSONTree() in GetJSONTree() function in OHOS::Ace::Platform::AceAbility
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp31 std::string JsApp::GetJSONTree() { in GetJSONTree() function in JsApp
H A DMockJsAppImpl.cpp84 std::string JsAppImpl::GetJSONTree() in GetJSONTree() function in JsAppImpl
/ide/tools/previewer/
H A DRichPreviewer.cpp51 std::string jsonTree = JsAppImpl::GetInstance().GetJSONTree(); in NotifyInspectorChanged()
/ide/tools/previewer/jsapp/
H A DJsApp.cpp134 std::string JsApp::GetJSONTree() in GetJSONTree() function in JsApp
H A DJsApp.h120 virtual std::string GetJSONTree();
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h64 std::string GetJSONTree() override;
H A DJsAppImpl.cpp105 std::string JsAppImpl::GetJSONTree() in GetJSONTree() function in JsAppImpl
107 std::string jsonTree = ability->GetJSONTree(); in GetJSONTree()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp107 EXPECT_EQ(JsAppImpl::GetInstance().GetJSONTree(), "jsontree"); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp1174 std::string str = JsAppImpl::GetInstance().GetJSONTree(); in RunAction()

Completed in 9 milliseconds