/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | utd_ndk_test.cpp | 38 napi_create_int32(env, strcmp(result, "general.entity") == PARAM_0, &returnCode);
in OH_Utd_Create_0001() 48 napi_create_int32(env, strcmp(result, "general.object") == PARAM_0, &returnCode);
in OH_Utd_Create_0002() 58 napi_create_int32(env, strcmp(result, "general.composite-object") == PARAM_0, &returnCode);
in OH_Utd_Create_0003() 67 napi_create_int32(env, strcmp(result, "general.text") == PARAM_0, &returnCode);
in OH_Utd_Create_0004() 76 napi_create_int32(env, strcmp(result, "general.plain-text") == PARAM_0, &returnCode);
in OH_Utd_Create_0005() 85 napi_create_int32(env, strcmp(result, "general.html") == PARAM_0, &returnCode);
in OH_Utd_Create_0006() 95 napi_create_int32(env, strcmp(result, "general.hyperlink")== PARAM_0, &returnCode);
in OH_Utd_Create_0007() 104 napi_create_int32(env, strcmp(result, "general.xml") == PARAM_0, &returnCode);
in OH_Utd_Create_0008() 114 napi_create_int32(env, strcmp(result, "general.source-code") == PARAM_0, &returnCode);
in OH_Utd_Create_0009() 123 napi_create_int32(env, strcmp(resul in OH_Utd_Create_0010() [all...] |
H A D | uds_ndk_test.cpp | 59 napi_create_int32(env, strcmp(pt, UDMF_META_PLAIN_TEXT) == PARAM_0, &result);
in OH_UdsPlainText_GetType_0100() 85 napi_create_int32(env, strcmp(pContent, "doing something") == PARAM_0, &result);
in OH_UdsPlainText_GetContent_001() 111 napi_create_int32(env, strcmp(pt, "doing something") == PARAM_0, &result);
in OH_UdsPlainText_GetAbstract_001() 146 napi_create_int32(env, strcmp(pt, UDMF_META_HYPERLINK) == PARAM_0, &result);
in OH_UdsHyperlink_GetType_001() 171 napi_create_int32(env, strcmp(ph, "www.xxx.com") == PARAM_0, &result);
in OH_UdsHyperlink_GetUrl_001() 196 napi_create_int32(env, strcmp(ph, "doing something") == PARAM_0, &result);
in OH_UdsHyperlink_GetDescription_001() 232 napi_create_int32(env, strcmp(pt, UDMF_META_HTML) == PARAM_0, &result);
in OH_UdsHtml_GetType_001() 256 napi_create_int32(env, strcmp(pt, "htmlxxx") == PARAM_0, &result);
in OH_UdsHtml_GetContent_001() 281 napi_create_int32(env, strcmp(pt, "doing something") == PARAM_0, &result);
in OH_UdsHtml_GetPlainContent_001() 315 napi_create_int32(env, strcmp(p in OH_UdsAppItem_GetType_001() [all...] |
H A D | udmf_ndk_test.cpp | 161 NAPI_ASSERT(env, strcmp(getContent, content) == 0, "OH_UdmfData_GetRecords is fail.");
in OH_Udmf_SetAndGetUnifiedData001() 200 NAPI_ASSERT(env, strcmp(getContent, content) == 0, "OH_UdsPlainText_GetContent is fail.");
in OH_Udmf_SetAndGetUnifiedData002() 283 NAPI_ASSERT(env, strcmp(content, getContent) == 0, "OH_UdsPlainText_GetContent is fail.");
in OH_Udmf_BuildAndGetPlainTextFromRecord001() 310 NAPI_ASSERT(env, strcmp(url, getUrl) == 0, "OH_UdsHyperlink_GetUrl is fail.");
in OH_Udmf_BuildAndGetHyperlinkFromRecord001() 338 NAPI_ASSERT(env, strcmp(content, getContent) == 0, "OH_UdsHtml_GetContent is fail.");
in OH_Udmf_BuildAndGetHtmlFromRecord001() 365 NAPI_ASSERT(env, strcmp(name, getName) == 0, "OH_UdsAppItem_GetName is fail.");
in OH_Udmf_BuildAndGetAppItemFromRecord001() 414 napi_create_int32(env, (strcmp(pf, "tag") == PARAM_0) && (resTime !=0), &result);
in OH_Udmf_GetPropertiesTag001() 535 napi_create_int32(env, strcmp(pf, "str") == PARAM_0, &result);
in OH_Udmf_GetPropertiesExtrasStringParam001()
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | locale_info_test.cpp | 187 EXPECT_TRUE(std::strcmp("zh", currentLocaleInfo->GetLanguage()) == 0); in HWTEST_F() 188 EXPECT_TRUE(std::strcmp("CN", currentLocaleInfo->GetRegion()) == 0); in HWTEST_F() 213 EXPECT_TRUE(std::strcmp("zh", currentLocaleInfo->GetLanguage()) == 0); in HWTEST_F() 214 EXPECT_TRUE(std::strcmp("CN", currentLocaleInfo->GetRegion()) == 0); in HWTEST_F() 224 EXPECT_TRUE(std::strcmp("en", currentLocaleInfo->GetLanguage()) == 0); in HWTEST_F() 225 EXPECT_TRUE(std::strcmp("US", currentLocaleInfo->GetRegion()) == 0); in HWTEST_F() 239 EXPECT_TRUE(std::strcmp("en", currentLocaleInfo->GetLanguage()) == 0); in HWTEST_F() 240 EXPECT_TRUE(std::strcmp("US", currentLocaleInfo->GetRegion()) == 0); in HWTEST_F() 241 EXPECT_TRUE(std::strcmp("Qaag", currentLocaleInfo->GetScript()) == 0); in HWTEST_F() 259 EXPECT_TRUE(std::strcmp("z in HWTEST_F() [all...] |
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 253 if (strcmp(judge_uuid(), CLEAR_PLAY) != 0) {
in getCertificate() 290 if(strcmp(judge_uuid(), CLEAR_PLAY) == 0){
in getLicense() 420 if(strcmp(uuid," ") != 0){
in Test_KeySystemSupported() 446 if(strcmp(uuid," ") != 0){
in Test_KeySystemSupported2() 450 if(strcmp(mineType," ") != 0){
in Test_KeySystemSupported2() 479 if(strcmp(uuid," ") != 0){
in Test_KeySystemSupported3() 483 if(strcmp(mineType," ") != 0){
in Test_KeySystemSupported3() 511 if(strcmp(uuid, " ") != 0){
in Test_MediaKeySystem_Create() 514 if(strcmp(inString, " ") != 0){
in Test_MediaKeySystem_Create() 551 if (strcmp(inSy in Test_MediaKeySystem_SetConfigurationString() [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | temporal_test.cpp | 180 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 206 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 233 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 261 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 288 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 315 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 343 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 371 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 399 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 425 if (!strcmp(g_codecNameHEV in HWTEST_F() [all...] |
H A D | setparam_test.cpp | 113 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 266 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 417 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 542 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 666 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 698 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 731 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 758 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 785 if (!strcmp(g_codecNameHEVC, "OMX.hisi.video.encoder.hevc")) { in HWTEST_F() 812 if (!strcmp(g_codecNameHEV in HWTEST_F() [all...] |
/test/xts/device_attest_lite/test/tdd/gtest/src/ |
H A D | attest_tdd_test.cpp | 296 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_TOKEN, outToken) == 0); in HWTEST_F() 328 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F() 337 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN_ID, outToken) == 0); in HWTEST_F() 339 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F() 384 EXPECT_TRUE(strcmp(outToken, ATTEST_AUTH_GEN_TOKEN) == 0); in HWTEST_F() 414 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F() 416 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F() 438 EXPECT_TRUE(strcmp(authResult->ticket, ATTEST_MOCK_HAL_TICKET) == 0); in HWTEST_F() 466 EXPECT_TRUE(strcmp(outToken, ATTEST_ACTIVE_GEN_TOKEN) == 0); in HWTEST_F() 496 EXPECT_TRUE(strcmp(ATTEST_ACTIVE_GEN_ONLINE_TOKE in HWTEST_F() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/relativecontaine/ |
H A D | relativecontaine_alignmentruleoption_test.cpp | 42 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption001() 48 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption001() 54 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption001() 87 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption002() 93 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption002() 99 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineAlignmentRuleOption002()
|
H A D | relativecontaine_barrieroption_test.cpp | 30 if (::strcmp(ret, barrierId) != NUM_0) {
in TestRelativeContaineBarrierOption001() 68 if (::strcmp(ret, text1) != NUM_0) {
in TestRelativeContaineBarrierOption003()
|
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/ |
H A D | attest_tdd_test.cpp | 277 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_TOKEN, outToken) == 0); in HWTEST_F() 310 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F() 320 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN_ID, outToken) == 0); in HWTEST_F() 322 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F() 367 EXPECT_TRUE(strcmp(outToken, ATTEST_AUTH_GEN_TOKEN) == 0); in HWTEST_F() 398 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F() 400 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F() 425 EXPECT_TRUE(strcmp(authResult->ticket, ATTEST_MOCK_HAL_TICKET) == 0); in HWTEST_F() 453 EXPECT_TRUE(strcmp(outToken, ATTEST_ACTIVE_GEN_TOKEN) == 0); in HWTEST_F() 484 EXPECT_TRUE(strcmp(ATTEST_ACTIVE_GEN_ONLINE_TOKE in HWTEST_F() [all...] |
/test/xts/acts/commonlibrary/toolchain/libc-test/include/ |
H A D | gettestfiles.cpp | 33 if (strcmp(ptr->d_name, ".") != 0 && strcmp(ptr->d_name, "..") != 0) { in GetTestNames() 37 if (strcmp(ptr->d_name, ".") != 0 && strcmp(ptr->d_name, "..") != 0) { in GetTestNames()
|
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_attest_test_common.cpp | 166 ret |= strcmp(SEC_INFO_DATA, (char *)paramSet->params[g_index0].blob.data); in ValidataAndCompareCertInfo() 167 ret |= strcmp(CHALLENGE_DATA, (char *)paramSet->params[g_index1].blob.data); in ValidataAndCompareCertInfo() 168 ret |= strcmp(VERSION_DATA, (char *)paramSet->params[g_index2].blob.data); in ValidataAndCompareCertInfo() 169 ret |= strcmp(ALIAS, (char *)paramSet->params[g_index3].blob.data); in ValidataAndCompareCertInfo() 173 ret |= strcmp(UDID_DATA, (char *)paramSet->params[g_index4].blob.data); in ValidataAndCompareCertInfo() 174 ret |= strcmp(SN_DATA, (char *)paramSet->params[g_index5].blob.data); in ValidataAndCompareCertInfo() 175 ret |= strcmp(DEVICE_ID, (char *)paramSet->params[g_index6].blob.data); in ValidataAndCompareCertInfo()
|
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 47 if (0 != strcmp(argc_one, " ")) { in Test_CencInfo_Destroy() 71 if (0 != strcmp(argc_one, " ")) { in Test_AVCencInfo_SetAlgorithm() 116 if (0 != strcmp(argc_one, " ")) { in Test_AVCencInfo_SetKeyIdAndIv() 120 if (0 != strcmp(argc_two, " ")) { in Test_AVCencInfo_SetKeyIdAndIv() 124 if (0 != strcmp(argc_four, " ")) { in Test_AVCencInfo_SetKeyIdAndIv() 167 if (0 != strcmp(argc_one, " ")) { in Test_AVCencInfo_SetSubsampleInfo() 175 if (0 != strcmp(argc_six, " ")) { in Test_AVCencInfo_SetSubsampleInfo() 206 if (0 != strcmp(argc_one, " ")) { in Test_AVCencInfo_SetMode() 254 if (0 != strcmp(argc_one, " ")) { in Test_AVCencInfo_SetAVBuffer() 257 if (0 != strcmp(argc_on in Test_AVCencInfo_SetAVBuffer() [all...] |
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 170 if (0 != strcmp(inSystem, " ")) {
in Test_AVPlayer_SetMediaKeySystemInfoCallback() 173 if (0 != strcmp(callBack, " ")) {
in Test_AVPlayer_SetMediaKeySystemInfoCallback() 226 if (0 != strcmp(inSystem, " ")) {
in Test_AVPlayer_GetMediaKeySystemInfo() 229 if (0 != strcmp(callBack, " ")) {
in Test_AVPlayer_GetMediaKeySystemInfo() 333 if (strcmp(inSystem, " ") != 0) {
in test() 371 if (0 != strcmp(argc_one, " ")) {
in Test_AudioCodec_SetDecryptionConfig() 375 if (0 != strcmp(argc_two, " ")) {
in Test_AudioCodec_SetDecryptionConfig() 428 if (0 != strcmp(argc_one, " ")) {
in Test_VideoDecoder_SetDecryptionConfig() 432 if (0 != strcmp(argc_two, " ")) {
in Test_VideoDecoder_SetDecryptionConfig() 493 if (0 != strcmp(args_on in TestAVDemuxer_SetMediaKeySystemInfoCallback() [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | SendRequestTest.cpp | 315 ASSERT_EQ(strcmp((char *)request->data, requestData), 0); in DemoHandlerAndCheck() 318 ASSERT_EQ(strcmp((char *)response->data, responseData), 0); in DemoHandlerAndCheck() 408 ASSERT_EQ(strcmp(feature->latestRequest, body), 0); in HWTEST_F() 448 ASSERT_EQ(strcmp(feature->latestRequest, body), 0); in HWTEST_F() 520 ASSERT_EQ(strcmp(feature->latestRequest, body), 0); in HWTEST_F() 646 ASSERT_EQ(strcmp((char *)request->data, requestData), 0); in HWTEST_F() 649 ASSERT_EQ(strcmp((char *)response->data, responseData), 0); in HWTEST_F() 655 ASSERT_EQ(strcmp(feature->latestRequest, body), 0); in HWTEST_F() 694 ASSERT_EQ(strcmp(feature->latestRequest, body), 0); in HWTEST_F() 727 ASSERT_EQ(strcmp(featur in HWTEST_F() [all...] |
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/ |
H A D | hello.cpp | 62 if(strcmp(sessionString," ") != 0){ in Test_VideoDecoder_SetDecryptionConfig() 66 if(strcmp(codecString," ") != 0){ in Test_VideoDecoder_SetDecryptionConfig() 106 if(strcmp(infoString," ") != 0){ in Test_AVDemuxer_GetMediaKeySystemInfo() 110 if(strcmp(demuxerString," ") != 0){ in Test_AVDemuxer_GetMediaKeySystemInfo() 162 if(strcmp(infoString," ") != 0){ in Test_AVDemuxer_SetMediaKeySystemInfoCallback() 166 if(strcmp(demuxerString," ") != 0){ in Test_AVDemuxer_SetMediaKeySystemInfoCallback()
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsDirentTest.cpp | 56 } else if (strcmp(dResult->d_name, DIR0_DIR0) == 0) { in HWTEST_F() 59 }else if (strcmp(dResult->d_name, DIR0_DIR1) == 0) { in HWTEST_F() 62 } else if (strcmp(dResult->d_name, DIR0_FILE0) == 0) { in HWTEST_F() 116 } else if (strcmp(dResult->d_name, DIR0_DIR0) == 0) { in HWTEST_F() 119 } else if (strcmp(dResult->d_name, DIR0_DIR1) == 0) { in HWTEST_F() 122 } else if (strcmp(dResult->d_name, DIR0_FILE0) == 0) { in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 75 napi_create_int32(env, strcmp(dest, src) == PARAM_0, &result);
in Fgets_chk_One() 93 napi_create_int32(env, strcmp(dest, src) == PARAM_0, &result);
in Fread_Chk_One() 112 napi_create_int32(env, strcmp(dest, src) == PARAM_0, &result);
in Pwrite_Chk_One() 147 if (ret == PARAM_5 && strcmp(dest, src) == 0) {
in Snprintf_Chk_One() 162 if (ret == PARAM_5 && strcmp(dest, src) == 0) {
in Sprintf_Chk_One() 392 napi_create_int32(env, strcmp(dest, "hello") == PARAM_0, &result);
in Fflush_One() 408 napi_create_int32(env, strcmp(dest, "hello") == PARAM_0, &result);
in Fflush_unlocked_One() 449 napi_create_int32(env, strcmp(ret, "helloworld") == PARAM_0 && strlen(ret) == plen, &result);
in Fgetin_One() 502 napi_create_int32(env, strcmp(dest, "hello") == PARAM_0, &result);
in Fgets_One() 517 napi_create_int32(env, strcmp(des in Fgets_unlocked_One() [all...] |
/test/xts/hats/kernel/syscalls/mem/msync/ |
H A D | MsyncApiTest.cpp | 92 ret = strcmp((char *)addr, expectedData); in HWTEST_F() 98 EXPECT_EQ(strcmp(buffer, initialData), 0); in HWTEST_F() 136 EXPECT_EQ(strcmp(buffer, "Hello, msync async!"), 0); in HWTEST_F() 172 EXPECT_EQ(strcmp(buffer, "Hello, msync sync!"), 0); in HWTEST_F()
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 193 if (strcmp(name.data, "copyScreen") == 0) {
in StopCapture() 195 } else if (strcmp(name.data, "recordUiAction") == 0) {
in StopCapture() 199 } else if (strcmp(name.data, "dumpLayout") != 0) {
in StopCapture() 220 if (strcmp(name.data, "dumpLayout") == 0) {
in StartCapture() 228 } else if (strcmp(name.data, "copyScreen") == 0) {
in StartCapture() 239 } else if (strcmp(name.data, "recordUiAction") == 0) {
in StartCapture()
|
/test/xts/hats/kernel/syscalls/fileio/unlinkat/ |
H A D | UnlinkatApiTest.cpp | 112 ret = strcmp(dirEntry->d_name, "."); in HWTEST_F() 145 ret = strcmp(dirEntry->d_name, "."); in HWTEST_F() 216 ret = strcmp(dirEntry->d_name, "."); in HWTEST_F()
|
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/ |
H A D | crypto_framework_asym_key_test.cpp | 177 if (strcmp(name, "DH") == 0) { in GetEncode() 179 } else if (strcmp(name, "Ed25519") == 0) { in GetEncode() 181 } else if (strcmp(name, "X25519") == 0) { in GetEncode() 183 } else if (strcmp(name, "DSA") == 0) { in GetEncode() 225 if (strcmp(AsymKeyData.name, "RSA") == 0) { in HWTEST_P() 232 } else if (strcmp(AsymKeyData.name, "ECC") == 0) { in HWTEST_P()
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | feature_func_test.c | 142 if (strcmp(resultService->GetName(resultService), "serviceName201") == 0) {
in FeatureTestSuiteTearDown() 236 TEST_ASSERT_EQUAL_INT(strcmp(resultFeature->GetName(resultFeature), "featureName201"), 0);
335 TEST_ASSERT_EQUAL_INT(strcmp(resultFeature->GetName(resultFeature), "featureName201"), 0);
|
/test/xts/acts/kernel_lite/util_posix/src/ |
H A D | ActsUtilConvertApiTest.cpp | 520 ASSERT_TRUE(strcmp(returnVal, "1234567890") == 0 && paraSign == 0 && paraDec == 5) <<
in HWTEST_F() 541 ASSERT_TRUE(strcmp(returnVal, "12300") == 0 && paraSign == 1 && paraDec != 0) <<
in HWTEST_F() 561 ASSERT_TRUE(strcmp(returnVal, "3141592639") == 0 && dec == 1 && sign == 0) << "ErrInfo: ecvt returnVal:='" <<
in HWTEST_F() 581 ASSERT_TRUE(strcmp(returnVal, "0000000000") == 0 && dec == 1 && sign == 0) << "ErrInfo: ecvt returnVal:='" <<
in HWTEST_F() 732 ASSERT_TRUE(strcmp("", returnVal) == 0) << "ErrInfo: l64a returnVal:='" << returnVal << "'";
in HWTEST_F() 747 ASSERT_TRUE(strcmp("t.1", returnVal) == 0) << "ErrInfo: l64a returnVal:='" << returnVal << "'";
in HWTEST_F() 1051 ASSERT_TRUE(5 == returnVal && (0 == strcmp(paraDest, "abcde")))
in HWTEST_F()
|