Searched refs:SetCommands (Results 1 – 10 of 10) sorted by relevance
61 SetCommands(commands->ToString()); in Create()66 void JSPath::SetCommands(const std::string& commands) in SetCommands() function in OHOS::Ace::Framework::JSPath68 PathModel::GetInstance()->SetCommands(commands); in SetCommands()109 JSClass<JSPath>::StaticMethod("commands", &JSPath::SetCommands); in JSBind()
29 static void SetCommands(const std::string& commands);
89 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);
30 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreate()43 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathCreateWithSize()71 PathModel::GetInstance()->SetCommands(commands); in FfiOHOSAceFrameworkPathSetCommands()
27 void SetCommands(const std::string& pathCmd) override;29 static void SetCommands(FrameNode* frameNode, const std::string& pathCmd);
38 void PathModelNG::SetCommands(const std::string& pathCmd) in SetCommands() function in OHOS::Ace::NG::PathModelNG43 void PathModelNG::SetCommands(FrameNode* frameNode, const std::string& pathCmd) in SetCommands() function in OHOS::Ace::NG::PathModelNG
30 virtual void SetCommands(const std::string& pathCmd);
29 PathModelNG::SetCommands(frameNode, std::string(commands)); in SetPathCommands()37 PathModelNG::SetCommands(frameNode, outCommands); in ResetPathCommands()
26 void SetCommands(const std::string& pathCmd) override;
31 void PathModelImpl::SetCommands(const std::string& pathCmd) in SetCommands() function in OHOS::Ace::Framework::PathModelImpl