Searched refs:IntToConstCharPtrSafe (Results 1 – 1 of 1) sorted by relevance
| /test/xts/tools/lite/others/query/src/ |
| D | QueryMainSmall.cpp | 54 void IntToConstCharPtrSafe(int num, char* buffer, size_t bufferSize) { in IntToConstCharPtrSafe() function 85 IntToConstCharPtrSafe(attestResultInfo.authResult, buffer1, sizeof(buffer1)); in ObtainProductParms1() 87 IntToConstCharPtrSafe(attestResultInfo.softwareResult, buffer2, sizeof(buffer2)); in ObtainProductParms1() 144 IntToConstCharPtrSafe(sdkApiVersion, buffer4, sizeof(buffer4)); in ObtainProductParms3() 150 IntToConstCharPtrSafe(firstApiVersion, buffer3, sizeof(buffer3)); in ObtainProductParms3()
|