Searched refs:StringSubString (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/crypto_framework/common/inc/ |
H A D | hcf_string.h | 88 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst);
|
/ohos5.0/base/security/crypto_framework/common/src/ |
H A D | params_parser.c | 216 if (!StringSubString(&str, pos, findPos - pos, &subStr)) { in ParseAndSetParameter() 230 if (!StringSubString(&str, pos, strLen - pos, &subStr)) { in ParseAndSetParameter()
|
H A D | hcf_string.c | 158 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) in StringSubString() function
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_common_cov_test.cpp | 424 bool ret = StringSubString(&tmp, 0, 0, nullptr); 433 bool ret = StringSubString(&tmp, PARCEL_UINT_MAX, 0, nullptr);
|