Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/common/inc/
H A Dhcf_string.h88 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst);
/ohos5.0/base/security/crypto_framework/common/src/
H A Dparams_parser.c216 if (!StringSubString(&str, pos, findPos - pos, &subStr)) { in ParseAndSetParameter()
230 if (!StringSubString(&str, pos, strLen - pos, &subStr)) { in ParseAndSetParameter()
H A Dhcf_string.c158 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 Dcrypto_common_cov_test.cpp424 bool ret = StringSubString(&tmp, 0, 0, nullptr);
433 bool ret = StringSubString(&tmp, PARCEL_UINT_MAX, 0, nullptr);