Home
last modified time | relevance | path

Searched defs:attributeValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/sdkwhite/sdk/api/application/
DAccessibilityExtensionContext.d.ts18 attributeValue<T extends keyof ElementAttributeValues>( method
22attributeValue<T extends keyof ElementAttributeValues>(attributeName: T): Promise<ElementAttribute… method
25 attributeValue<T extends keyof ElementAttributeValues>( method
29attributeValue<T extends keyof ElementAttributeValues>(attributeName: T): Promise<ElementAttribute… method
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2485 bool Parser::BuildMetaListAttr(bool &eq, std::string &attributeName, std::string &attributeValue) in BuildMetaListAttr()
2555 std::string attributeValue; in ParseMetaList() local