Searched refs:SetPathCommands (Results 1 – 4 of 4) sorted by relevance
25 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() function43 static const ArkUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetPathModifier()50 static const CJUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetCJUIPathModifier()
24 static ArkUINativeModuleValue SetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo);
18 ArkUINativeModuleValue PathBridge::SetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPathCommands() function in OHOS::Ace::NG::PathBridge
3805 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PathBridge::SetPathCommands)); in RegisterPathAttributes()