Home
last modified time | relevance | path

Searched refs:currentRouterPath (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreenImpl.cpp35 bool VirtualScreenImpl::LoadContentCallback(const std::string currentRouterPath) in LoadContentCallback() argument
46 bool VirtualScreenImpl::PageCallback(const std::string currentRouterPath) in PageCallback() argument
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.h49 static bool PageCallback(const std::string currentRouterPath);
50 static bool LoadContentCallback(const std::string currentRouterPath);
H A DVirtualScreenImpl.cpp237 bool VirtualScreenImpl::PageCallback(const std::string currentRouterPath) in PageCallback() argument
239 std::string currentRouter = currentRouterPath.substr(0, currentRouterPath.size() - 3); in PageCallback()
247 bool VirtualScreenImpl::LoadContentCallback(const std::string currentRouterPath) in LoadContentCallback() argument
249 ILOG("LoadContentCallback currentPage is : %s", currentRouterPath.c_str()); in LoadContentCallback()
250 GetInstance().SetAbilityCurrentRouter(currentRouterPath); in LoadContentCallback()

Completed in 2 milliseconds