Home
last modified time | relevance | path

Searched refs:StringLength (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_string.c106 uint32_t StringLength(const HcString *self) in StringLength() function
135 uint32_t strLen = StringLength(self); in StringFind()
H A Dparams_parser.c226 uint32_t strLen = StringLength(&str); in ParseAndSetParameter()
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_string.h86 uint32_t StringLength(const HcString *self);
/ohos5.0/base/security/crypto_framework/common/inc/
H A Dhcf_string.h69 uint32_t StringLength(const HcString *self);
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c137 uint32_t StringLength(const HcString *self) in StringLength() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp308 uint32_t retLen = StringLength(nullptr);
310 retLen = StringLength(&selfStr);
313 retLen = StringLength(&selfStr);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp411 uint32_t ret = StringLength(nullptr);
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c143 …if (memcpy_s(userId, userIdLen, StringGet(&(*ptr)->userId), StringLength(&(*ptr)->userId)) != EOK)… in GetSelfUserId()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c175 uint32_t len = StringLength(str) + sizeof(char); in SaveStringVectorToParcel()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c686 …if (memcpy_s(userId, userIdLen, StringGet(&(*ptr)->userId), StringLength(&(*ptr)->userId)) != EOK)… in GetSelfUserId()