Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h67 void SetAssetPath(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
DJsAppImpl.cpp125 SetAssetPath(args, jsAppPath); in SetJsAppArgs()
218 void JsAppImpl::SetAssetPath(Platform::AceRunArgs& args, const std::string assetPath) const in SetAssetPath() function in JsAppImpl