Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_item.h46 struct Attribute { struct
49 int32_t profileId_ = 0;
52 int32_t authType_ = 0;
57 bool isRoamingApn_ = false;
61 bool isEdited_ = false;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h41 struct Attribute { struct
42 Attribute() : doHitrace(false), doLog(false) {} in Attribute() function
43 std::string hitraceTag;
44 std::string logTag;
45 std::string domainId;
46 bool doHitrace;
47 bool doLog;
/ohos5.0/foundation/ability/idl_tool/util/
H A Doptions.h32 struct Attribute { struct
33 String hitraceTag;
34 String logTag;
35 String domainId;
36 bool doHitrace;
37 bool doLog;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h39 struct Attribute { struct
51 AttributeTag tag = AttributeTag::DEFAULT; argument
54 struct CommonAttribute : Attribute { argument
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Dattribute.h65 typedef void Attribute; typedef
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h103 typedef void Attribute; typedef
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp178 struct Attribute { struct
179 EGLint attribute;
180 char const* const Name;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugin::HttpPlugin::Attribute
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugins::HttpPlugin::Attribute
/ohos5.0/docs/en/application-dev/reference/apis-contacts-kit/
H A Djs-apis-contact.md3850 ## Attribute section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-contacts-kit/
H A Djs-apis-contact.md3850 ## Attribute section
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h332 struct Attribute { in CORE3D_BEGIN_NAMESPACE() struct
333 AttributeBase attribute; in CORE3D_BEGIN_NAMESPACE()