Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_string.h54 HcBool StringAppendChar(HcString *self, char c);
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c70 HcBool StringAppendChar(HcString *self, char c) in StringAppendChar() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp292 ret = StringAppendChar(nullptr, TEST_CHAR);
294 ret = StringAppendChar(&selfStr, TEST_CHAR);