Home
last modified time | relevance | path

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

/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);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp29 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreate()
42 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreateWithSize()
70 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathSetCommands()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path.cpp53 SetCommands(commands->ToString()); in Create()
58 void JSPath::SetCommands(const std::string& commands) in SetCommands() function in OHOS::OHOS::Ace::Framework::JSPath
60 PathModel::GetInstance()->SetCommands(commands); in SetCommands()
101 JSClass<JSPath>::StaticMethod("commands", &JSPath::SetCommands); in JSBind()
H A Djs_path.h29 static void SetCommands(const std::string& commands);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp26 PathModelNG::SetCommands(frameNode, std::string(commands)); in SetPathCommands()
34 PathModelNG::SetCommands(frameNode, outCommands); in ResetPathCommands()
/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); in HWTEST_F()
158 pathModelNG.SetCommands(PATH_CMD_002); in HWTEST_F()
167 pathModelNG.SetCommands(PATH_CMD_003); in HWTEST_F()
175 pathModelNG.SetCommands(PATH_CMD_004); in HWTEST_F()
/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.cpp30 void PathModelImpl::SetCommands(const std::string& pathCmd) in SetCommands() function in OHOS::Ace::Framework::PathModelImpl

Completed in 5 milliseconds