Home
last modified time | relevance | path

Searched refs:StringAppend (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c31 HcBool StringAppend(HcString *self, HcString str) in StringAppend() function
95 return StringAppend(self, str); in StringSet()
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_string.h36 HcBool StringAppend(HcString *self, HcString str);
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp284 ret = StringAppend(nullptr, srcStr);
286 ret = StringAppend(&selfStr, srcStr);