Home
last modified time | relevance | path

Searched defs:SetAttribute (Results 1 – 10 of 10) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
Dast_union_type.h42 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function
Dast_struct_type.h42 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function
Dast_enum_type.h79 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function
Dast_interface_type.h57 void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function
Dast_method.h41 inline void SetAttribute(AutoPtr<ASTAttr> attr) in SetAttribute() function
/foundation/multimedia/media_foundation/engine/scene/player/internal/
Dstate.cpp137 std::tuple<ErrorCode, Action> State::SetAttribute() in SetAttribute() function in OHOS::Media::State
/foundation/arkui/ace_engine/interfaces/native/node/
Dnode_model.cpp308 void SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const char* value) in SetAttribute() function
313 int32_t SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_Attribut… in SetAttribute() function
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp278 bool Component::SetAttribute(uint16_t attrKeyId, jerry_value_t attrValue) in SetAttribute() function in OHOS::ACELite::Component
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_api.cpp317 void SetAttribute(ArkUINodeHandle node, ArkUI_CharPtr attribute, ArkUI_CharPtr value) {} in SetAttribute() function
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp1692 void ArkNativeEngine::SetAttribute(bool isLimitedWorker, panda::RuntimeOption &option) in SetAttribute() function in ArkNativeEngine