Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp46 void JSPathShape::ObjectCommands(const JSCallbackInfo& info) in ObjectCommands() function in OHOS::Ace::Framework::JSPathShape
61 JSClass<JSPathShape>::CustomMethod("commands", &JSPathShape::ObjectCommands); in JSBind()
H A Djs_path.cpp71 void JSPath::ObjectCommands(const JSCallbackInfo& info) in ObjectCommands() function in OHOS::Ace::Framework::JSPath
111 JSClass<JSPath>::CustomMethod("commands", &JSPath::ObjectCommands); in JSBind()
H A Djs_path_shape.h32 void ObjectCommands(const JSCallbackInfo& info);
H A Djs_path.h34 void ObjectCommands(const JSCallbackInfo& info);