Searched refs:labelBuffer (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/ |
H A D | hello.cpp | 416 char labelBuffer[BUFF_MAX]; in Asset_RemoveLabel() local 420 napi_get_value_string_utf8(env, args[0], labelBuffer, bufferSize, &copied); in Asset_RemoveLabel() 421 Asset_Blob label = {static_cast<uint32_t>(strlen(labelBuffer)), reinterpret_cast<uint8_t *>(labelBuffer)}; in Asset_RemoveLabel() 675 char labelBuffer[BUFF_MAX]; in Asset_QueryLabel() local 679 napi_get_value_string_utf8(env, args[0], labelBuffer, bufferSize, &copied); in Asset_QueryLabel() 684 Asset_Blob label = {static_cast<uint32_t>(strlen(labelBuffer)), reinterpret_cast<uint8_t *>(labelBuffer)}; in Asset_QueryLabel() 756 char labelBuffer[BUFF_MAX]; in Asset_UpdateLabel() local 760 napi_get_value_string_utf8(env, args[2], labelBuffer, bufferSiz in Asset_UpdateLabel() [all...] |
Completed in 2 milliseconds