Home
last modified time | relevance | path

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

/base/notification/ans_standard/interfaces/kits/js/notification/
DnotificationRequest.d.ts205 template?: NotificationTemplate; property
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_attest.c480 static void ParseAttestTbs(const struct HksBlob *template, struct HksAttestTbsSpec *tbsSpec) in ParseAttestTbs()
707 static int32_t CreateTbs(const struct HksBlob *template, const struct HksAttestSpec *attestSpec, in CreateTbs()
899 static int32_t CreateAttestCert(struct HksBlob *attestCert, struct HksBlob *template, in CreateAttestCert()
1396 struct HksBlob template = { 0, NULL }; in CreateHwAttestCert() local