Searched refs:StringSetPointerWithLength (Results 1 – 3 of 3) sorted by relevance
| /base/security/crypto_framework/common/src/ |
| D | hcf_string.c | 69 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len) in StringSetPointerWithLength() function 167 return StringSetPointerWithLength(dst, beingPointer, len); in StringSubString()
|
| /base/security/crypto_framework/common/inc/ |
| D | hcf_string.h | 55 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len);
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | crypto_common_cov_test.cpp | 382 bool ret = StringSetPointerWithLength(nullptr, nullptr, 0); 389 bool ret = StringSetPointerWithLength(&tmp, nullptr, 0); 398 bool ret = StringSetPointerWithLength(&tmp, g_paramStr, len);
|