Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path.cpp61 SetCommands(commands->ToString()); in Create()
66 void JSPath::SetCommands(const std::string& commands) in SetCommands() function in OHOS::Ace::Framework::JSPath
68 PathModel::GetInstance()->SetCommands(commands); in SetCommands()
109 JSClass<JSPath>::StaticMethod("commands", &JSPath::SetCommands); in JSBind()
H A Djs_path.h29 static void SetCommands(const std::string& commands);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dpath_pattern_test_ng.cpp89 pathModelNG.SetCommands(PATH_CMD); in CheckCommands()
149 pathModelNG.SetCommands(PATH_CMD_001);
158 pathModelNG.SetCommands(PATH_CMD_002);
167 pathModelNG.SetCommands(PATH_CMD_003);
175 pathModelNG.SetCommands(PATH_CMD_004);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp30 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreate()
43 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreateWithSize()
71 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathSetCommands()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_model_ng.h27 void SetCommands(const std::string& pathCmd) override;
29 static void SetCommands(FrameNode* frameNode, const std::string& pathCmd);
H A Dpath_model_ng.cpp38 void PathModelNG::SetCommands(const std::string& pathCmd) in SetCommands() function in OHOS::Ace::NG::PathModelNG
43 void PathModelNG::SetCommands(FrameNode* frameNode, const std::string& pathCmd) in SetCommands() function in OHOS::Ace::NG::PathModelNG
H A Dpath_model.h30 virtual void SetCommands(const std::string& pathCmd);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp29 PathModelNG::SetCommands(frameNode, std::string(commands)); in SetPathCommands()
37 PathModelNG::SetCommands(frameNode, outCommands); in ResetPathCommands()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpath_model_impl.h26 void SetCommands(const std::string& pathCmd) override;
H A Dpath_model_impl.cpp31 void PathModelImpl::SetCommands(const std::string& pathCmd) in SetCommands() function in OHOS::Ace::Framework::PathModelImpl