Home
last modified time | relevance | path

Searched refs:ElementName (Results 1 – 10 of 10) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_abilityManager.js19 import { ElementName } from "./bundle/elementName"
72 args[len - 1].call(this, paramMock.businessErrorMock, ElementName);
75 resolve(ElementName);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DremoteAbilityInfo.js16 import { ElementName } from './elementName';
19 elementName: ElementName,
DlauncherAbilityInfo.js18 import { ElementName } from './elementName'
22 elementName: ElementName,
DelementName.js16 export const ElementName = { variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DMissionSnapshot.js18 const ElementName = { variable
28 abality: ElementName,
DAbilityRunningInfo.js16 const ElementName = { variable
33 ability: ElementName,
DExtensionRunningInfo.js18 const ElementName = { variable
43 extension: ElementName,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/app/
Dcontext.js20 import { ElementName } from "../bundle/elementName"
164 args[len - 1].call(this, paramMock.businessErrorMock, ElementName);
167 resolve(ElementName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp77 static bool isMergeableElement(const unsigned char *ElementName) { in isMergeableElement() argument
81 if (S == FROM_XML_CHAR(ElementName)) { in isMergeableElement()
89 const unsigned char *ElementName) { in getChildWithName() argument
91 if (xmlStringsEqual(Child->name, ElementName)) { in getChildWithName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp597 const char *ElementName) { in checkLinkeditDataCommand() argument
624 LinkData.datasize, ElementName)) in checkLinkeditDataCommand()