Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerPerfCallchains.ts19 uuid(): string { method in PerfCallChainThread
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerPerfCallchains.ts19 uuid(): string { method in PerfCallChainThread
DProcedure.ts26 uuid(): string { method in ProcedureThread
DSqlLite.ts81 uuid(): string { method in DbThread
/developtools/hapsigner/dist/
DUnsgnedReleasedProfileTemplate.json5 "uuid": "5027b99e-5f9e-465d-9508-a9e0134ffe18", string
DUnsgnedDebugProfileTemplate.json4 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/hapsigner/autosign/
DUnsgnedReleasedProfileTemplate.json5 "uuid": "5027b99e-5f9e-465d-9508-a9e0134ffe18", string
/developtools/hapsigner/tools/
Dprofile.json4 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DUtils.ts240 public static uuid(): string { method in Utils
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/resources/
DUnsgnedDebugProfileTemplate.json4 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/resources/
DUnsgnedDebugProfileTemplate.json4 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java103 private String uuid; field in Provision
224 public void setUuid(String uuid) { in setUuid()