Home
last modified time | relevance | path

Searched refs:ParseCreatePara (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.h72 static CreateWithPara ParseCreatePara(const JSCallbackInfo& info, bool hasLabel);
H A Djs_button.cpp401 CreateWithPara para = ParseCreatePara(info, true); in CreateWithLabel()
413 CreateWithPara para = ParseCreatePara(info, false); in CreateWithChild()
676 CreateWithPara JSButton::ParseCreatePara(const JSCallbackInfo& info, bool hasLabel) in ParseCreatePara() function in OHOS::OHOS::Ace::Framework::JSButton

Completed in 4 milliseconds