Home
last modified time | relevance | path

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

/developtools/hapsigner/dist/
DUnsgnedReleasedProfileTemplate.json19 "uuid": "5027b99e-5f9e-465d-9508-a9e0134ffe18", string
DUnsgnedDebugProfileTemplate.json18 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/hapsigner/autosign/
DUnsgnedReleasedProfileTemplate.json5 "uuid": "5027b99e-5f9e-465d-9508-a9e0134ffe18", string
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/resources/
DUnsgnedDebugProfileTemplate.json4 "uuid": "fe686e1b-3770-4824-a938-961b140a7c98", string
/developtools/hapsigner/tools/
Dprofile.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/profiler/host/smartperf/ide/src/trace/database/
DProcedure.ts23 uuid(): string { method in ProcedureThread
DSqlLite.ts39 uuid(): string { method in DbThread
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java103 private String uuid; field in Provision
245 public void setUuid(String uuid) { in setUuid()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/
DAbstractDataFragment.java51 public String uuid = UUID.randomUUID().toString(); field in AbstractDataFragment