Home
last modified time | relevance | path

Searched refs:DEMO_LABEL (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
H A Dhello.cpp22 static const char *DEMO_LABEL = "demo_label"; variable
131 Asset_Blob label = {static_cast<uint32_t>(strlen(DEMO_LABEL)), in Asset_Add_Auth()
132 const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(DEMO_LABEL))}; in Asset_Add_Auth()
465 Asset_Blob label = {static_cast<uint32_t>(strlen(DEMO_LABEL)), in Asset_RemoveError()
466 const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(DEMO_LABEL))}; in Asset_RemoveError()
609 Asset_Blob label = {static_cast<uint32_t>(strlen(DEMO_LABEL)), in Asset_QueryError()
610 const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(DEMO_LABEL))}; in Asset_QueryError()

Completed in 3 milliseconds