Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2432 auto getCmdLineFunction = controller->GetProperty("getCustomeSchemeCmdLine"); in Create() local
2433 if (!getCmdLineFunction->IsFunction()) { in Create()
2436 …std::string cmdLine = JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString(); in Create()