Home
last modified time | relevance | path

Searched refs:SetAttribute (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h133 [[deprecated]] void SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const char* value);
135 int32_t SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* value);
H A Dnative_impl.cpp38 OHOS::Ace::NodeModel::SetAttribute,
57 OHOS::Ace::NodeModel::SetAttribute,
H A Dnode_model.cpp278 void SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const char* value) in SetAttribute() function
283 int32_t SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* value) in SetAttribute() function
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate.cpp137 std::tuple<ErrorCode, Action> State::SetAttribute() in SetAttribute() function in OHOS::Media::State
188 std::tie(rtv, nextAction) = SetAttribute(); in DispatchIntent()
H A Dstate.h88 virtual std::tuple<ErrorCode, Action> SetAttribute();
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_union_type.h42 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::Idl::ASTUnionType
H A Dast_struct_type.h42 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::Idl::ASTStructType
H A Dast_interface_type.h57 void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::Idl::ASTInterfaceType
H A Dast_method.h41 inline void SetAttribute(AutoPtr<ASTAttr> attr) in SetAttribute() function in OHOS::Idl::ASTMethod
H A Dast_enum_type.h79 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::Idl::ASTEnumType
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp117 interface->SetAttribute(infAttr); in ReadMetaInterface()
139 method->SetAttribute(methodAttr); in ReadMetaMethod()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp532 interfaceType->SetAttribute(astAttr); in ParseInterface()
681 method->SetAttribute(methodAttr); in ParseMethod()
797 method->SetAttribute(interface->GetAttribute()); in CheckMethodAttr()
1246 enumType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseEnumDeclaration()
1355 structType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseStructDeclaration()
1459 unionType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseUnionDeclaration()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h302 virtual bool SetAttribute(uint16_t attrKeyId, jerry_value_t attrValue);
H A Dcomponent.cpp247 bool updateResult = SetAttribute(attrKeyId, attrValue); in UpdateView()
278 bool Component::SetAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetAttribute() function in OHOS::ACELite::Component
1167 SetAttribute(attrKeyId, newAttrValue); in ParseAttrs()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp307 void SetAttribute(ArkUINodeHandle node, ArkUI_CharPtr attribute, ArkUI_CharPtr value) in SetAttribute() function
309 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "%{public}p SetAttribute %{public}s, %{public}s", node, attribute, value); in SetAttribute()
1650 SetAttribute, in GetBasicAPI()
1687 SetAttribute, in GetCJUIBasicAPI()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h388 static void SetAttribute(bool isLimitedWorker, panda::RuntimeOption &option);
H A Dark_native_engine.cpp1686 void ArkNativeEngine::SetAttribute(bool isLimitedWorker, panda::RuntimeOption &option) in SetAttribute() function in ArkNativeEngine
1715 SetAttribute(isLimitedWorker, option); in CreateRuntimeFunc()

Completed in 20 milliseconds