Home
last modified time | relevance | path

Searched refs:SetUrl (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h73 void SetUrl(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
DJsAppImpl.cpp131 SetUrl(args, urlPath); in SetJsAppArgs()
250 void JsAppImpl::SetUrl(Platform::AceRunArgs& args, const std::string urlPath) const in SetUrl() function in JsAppImpl