Home
last modified time | relevance | path

Searched refs:MemoryRefresh (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp67 bool JsApp::MemoryRefresh(const std::string) const { in MemoryRefresh() function in JsApp
H A DMockJsAppImpl.cpp62 bool JsAppImpl::MemoryRefresh(const std::string memoryRefreshArgs) const in MemoryRefresh() function in JsAppImpl
/ide/tools/previewer/jsapp/
H A DJsApp.cpp178 bool JsApp::MemoryRefresh(const std::string) const in MemoryRefresh() function in JsApp
H A DJsApp.h133 virtual bool MemoryRefresh(const std::string) const;
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h80 bool MemoryRefresh(const std::string memoryRefreshArgs) const override;
H A DJsAppImpl.cpp746 bool JsAppImpl::MemoryRefresh(const std::string memoryRefreshArgs) const in MemoryRefresh() function in JsAppImpl
748 ILOG("MemoryRefresh."); in MemoryRefresh()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp266 JsAppImpl::GetInstance().MemoryRefresh("aaa"); in TEST_F()
272 JsAppImpl::GetInstance().MemoryRefresh("aaa"); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp583 ELOG("Invalid MemoryRefresh of arguments!"); in IsSetArgValid()
592 bool ret = JsAppImpl::GetInstance().MemoryRefresh(args.ToStyledString()); in RunSet()
594 ILOG("MemoryRefresh finished."); in RunSet()
1265 SetResultToManager("args", resultContent, "MemoryRefresh"); in RunGet()

Completed in 8 milliseconds