Searched refs:StringSetPointerWithLength (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/common/src/ |
H A 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()
|
/ohos5.0/base/security/crypto_framework/common/inc/ |
H A D | hcf_string.h | 55 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len);
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A 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);
|