Home
last modified time | relevance | path

Searched refs:StringSubString (Results 1 – 4 of 4) sorted by relevance

/base/security/crypto_framework/common/inc/
Dhcf_string.h88 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst);
/base/security/crypto_framework/common/src/
Dparams_parser.c202 if (!StringSubString(&str, pos, findPos - pos, &subStr)) { in ParseAndSetParameter()
216 if (!StringSubString(&str, pos, strLen - pos, &subStr)) { in ParseAndSetParameter()
Dhcf_string.c158 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) in StringSubString() function
/base/security/crypto_framework/test/unittest/src/
Dcrypto_common_cov_test.cpp452 bool ret = StringSubString(&tmp, 0, 0, nullptr);
461 bool ret = StringSubString(&tmp, PARCEL_UINT_MAX, 0, nullptr);