Home
last modified time | relevance | path

Searched refs:TRUE_STRING_TAG (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c165 #define TRUE_STRING_TAG "true" macro
437 aesParam.data = (uint8_t *)TRUE_STRING_TAG; in PackNormalizedKeyValue()
438 aesParam.dataLen = strlen(TRUE_STRING_TAG); in PackNormalizedKeyValue()
574 if (strncmp((char *)data, TRUE_STRING_TAG, strlen(TRUE_STRING_TAG)) != 0) { in ParseNormalizedKeyValue()
726 JSON_AddStringToObject(obj, SUPPORT_INFO_COMPRESS, TRUE_STRING_TAG); in PackCompressInfo()
927 if (strncmp(compressCapa, TRUE_STRING_TAG, strlen(compressCapa)) == 0) { in SetCompressFlag()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp352 JSON_AddStringToObject(obj1, SUPPORT_INFO_COMPRESS, TRUE_STRING_TAG); in HWTEST_F()

Completed in 5 milliseconds