/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | response_message_receiver_test.cpp | 4 * you may not use this file except in compliance with the License. 89 int64_t except = 123456; // 123456 is except num in HWTEST_F() local 90 char *parcel = reinterpret_cast<char *>(&except); in HWTEST_F() 96 EXPECT_EQ(num, except); in HWTEST_F() 108 uint64_t except = 123456; // 123456 is except num in HWTEST_F() local 109 char *parcel = reinterpret_cast<char *>(&except); in HWTEST_F() 115 EXPECT_EQ(num, except); in HWTEST_F() 127 int32_t except in HWTEST_F() local 146 uint32_t except = 123456; // 123456 is except num HWTEST_F() local 165 int16_t except = 123; // 123 is except num HWTEST_F() local 185 uint32_t except = static_cast<uint32_t>(State::ANY) + 1; HWTEST_F() local 206 uint32_t except = static_cast<uint32_t>(Action::ANY) + 1; HWTEST_F() local 227 uint32_t except = static_cast<uint32_t>(Version::API10) + 1; HWTEST_F() local 248 uint32_t except = static_cast<uint32_t>(SubscribeType::BUTT) + 1; HWTEST_F() local 269 string except = "except string"; HWTEST_F() local 288 string except = "header:aaa,bbb,ccc\\n"; HWTEST_F() local 308 char except[arraySize]; HWTEST_F() local 339 char except[arraySize]; HWTEST_F() local 400 char except[arraySize]; HWTEST_F() local 466 char except[ARRAY_LEN]; HWTEST_F() local 518 char except[ARRAY_LEN]; HWTEST_F() local 574 char except[ARRAY_LEN]; HWTEST_F() local 708 char except[arraySize]; HWTEST_F() local [all...] |
H A D | running_task_count_test.cpp | 4 * you may not use this file except in compliance with the License. 146 int except = 10; // 10 is except count num in HWTEST_F() local 147 FwkRunningTaskCountManager::GetInstance()->SetCount(except); in HWTEST_F() 149 EXPECT_EQ(count, except); in HWTEST_F()
|
H A D | runcount_notify_stub_test.cpp | 4 * you may not use this file except in compliance with the License. 86 int64_t except = 10; // 10 is except value in HWTEST_F() local 89 data.WriteInt64(except); in HWTEST_F() 92 EXPECT_EQ(count, except); in HWTEST_F()
|
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 4 * you may not use this file except in compliance with the License. 375 int except = 1; // 10 is except count num in RunningTaskCountFuzzTestGetAndSetCount() local 376 FwkRunningTaskCountManager::GetInstance()->SetCount(except); in RunningTaskCountFuzzTestGetAndSetCount() 421 int64_t except = 10; // 10 is except value in RunCountNotifyStubFuzzTestOnCallBack() local 424 parcel.WriteInt64(except); in RunCountNotifyStubFuzzTestOnCallBack() 439 int64_t except = 123456; // 123456 is except num in ResponseMessageFuzzTestInt64FromParcel() local 440 char *parcel = reinterpret_cast<char *>(&except); in ResponseMessageFuzzTestInt64FromParcel() 450 uint64_t except = 123456; // 123456 is except num ResponseMessageFuzzTestUint64FromParcel() local 461 int32_t except = 123456; // 123456 is except num ResponseMessageFuzzTestInt32FromParcel() local 472 uint32_t except = 123456; // 123456 is except num ResponseMessageFuzzTestUint32FromParcel() local 483 int16_t except = 123; // 123 is except num ResponseMessageFuzzTestInt16FromParcel() local 495 uint32_t except = static_cast<uint32_t>(State::ANY) + 1; ResponseMessageFuzzTestStateFromParcel() local 508 uint32_t except = static_cast<uint32_t>(Action::ANY) + 1; ResponseMessageFuzzTestActionFromParcel() local 521 uint32_t except = static_cast<uint32_t>(Version::API10) + 1; ResponseMessageFuzzTestVersionFromParcel() local 534 uint32_t except = static_cast<uint32_t>(SubscribeType::BUTT) + 1; ResponseMessageFuzzTestSubscribeTypeFromParcel() local 547 std::string except = "except string"; ResponseMessageFuzzTestStringFromParcel() local 558 std::string except = "header:aaa,bbb,ccc\\n"; ResponseMessageFuzzTestResponseHeaderFromParcel() local 567 char except[arraySize]; ResponseMessageFuzzTestProgressExtrasFromParcel() local 597 char except[arraySize]; ResponseMessageFuzzTestVecInt64FromParcel() local 633 char except[arraySize]; ResponseMessageFuzzTestMsgHeaderParcel() local 699 char except[ARRAY_LEN]; ResponseMessageFuzzTestResponseFromParcel() local 751 char except[ARRAY_LEN]; ResponseMessageFuzzTestTaskStatesFromParcel() local 809 char except[ARRAY_LEN]; ResponseMessageFuzzTestNotifyDataFromParcel() local [all...] |
/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 4 * you may not use this file except in compliance with the License. 92 } catch (const std::invalid_argument &except) { in ConvertString2Int() 95 } catch (const std::out_of_range &except) { in ConvertString2Int() 207 } catch (const std::filesystem::filesystem_error &except) { in FileExist() 209 except.code().message().c_str()); in FileExist() 211 } catch (const std::__h::__fs::filesystem::filesystem_error &except) { in FileExist() 213 except.code().message().c_str()); in FileExist() 215 } catch (const std::bad_alloc &except) { in FileExist() 217 except.what()); in FileExist() 228 } catch (const std::filesystem::filesystem_error &except) { in FileCopy() [all...] |
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_rule.cpp | 4 * you may not use this file except in compliance with the License. 43 } catch (const std::filesystem::filesystem_error &except) { in PhoneNumberRule() 45 except.code().message().c_str()); in PhoneNumberRule() 47 } catch (const std::__h::__fs::filesystem::filesystem_error &except) { in PhoneNumberRule() 49 except.code().message().c_str()); in PhoneNumberRule() 51 } catch (const std::bad_alloc &except) { in PhoneNumberRule() 52 HILOG_ERROR_I18N("FileExist failed because bad_alloc, error message: %{public}s.", except.what()); in PhoneNumberRule()
|
/base/update/updater/services/flashd/ |
H A D | flashd_basepkg.bat | 3 @rem you may not use this file except in compliance with the License.
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_test.cpp | 4 * you may not use this file except in compliance with the License. 490 const char *except = "{\"message\":1,\"payload\":{\"version\":196608,\"challenge\":\"0102030405060708\"," in HWTEST_F() local 494 EXPECT_STREQ(except, (const char *)msg->buff); in HWTEST_F() 525 const char *except = "{\"message\":2,\"payload\":{\"version\":196608,\"type\":3,\"challenge\":\"0102030405060708\"," in HWTEST_F() local 532 EXPECT_STREQ(except, (const char *)msg->buff); in HWTEST_F() 564 const char *except = "{\"version\":131072,\"challenge\":\"0102030405060708\"}"; in HWTEST_F() local 573 EXPECT_STREQ(except, (const char *)packet->payload); in HWTEST_F() 850 const char *except = "JADE-AL00:87AD28D3B1B..."; in HWTEST_F() local 853 EXPECT_EQ(strlen(except), cred->credLen); in HWTEST_F() 854 EXPECT_EQ(0, strncmp(except, (cons in HWTEST_F() [all...] |