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.c214 if (!StringSubString(&str, pos, findPos - pos, &subStr)) { in ParseAndSetParameter()
228 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.cpp424 bool ret = StringSubString(&tmp, 0, 0, nullptr);
433 bool ret = StringSubString(&tmp, PARCEL_UINT_MAX, 0, nullptr);