Home
last modified time | relevance | path

Searched refs:str1 (Results 1 - 14 of 14) sorted by relevance

/base/request/request/test/unittest/cpp_test/saTest/src/
H A Dc_string_wrapper_test.cpp64 char *str1 = new char[10]; in HWTEST_F() local
65 DeleteChar(str1); in HWTEST_F()
/base/msdp/device_status/test/unittest/utils/src/
H A Dutility_test.cpp613 const char *str1 = "abcde"; in HWTEST_F() local
615 bool isEqual = Utility::IsEqual(str1, str2); in HWTEST_F()
628 const char *str1 = "abcde"; in HWTEST_F() local
630 bool isEqual = Utility::IsEqual(str1, str2); in HWTEST_F()
643 const char *str1 = ""; in HWTEST_F() local
645 bool isEqual = Utility::IsEqual(str1, str2); in HWTEST_F()
658 const char *str1 = "abcde"; in HWTEST_F() local
660 bool isEqual = Utility::IsEqual(str1, str2); in HWTEST_F()
673 const char *str1 = ""; in HWTEST_F() local
675 bool isEqual = Utility::IsEqual(str1, str in HWTEST_F()
688 const char *str1 = nullptr; HWTEST_F() local
703 const char *str1 = "abcde"; HWTEST_F() local
718 std::string str1 = "abcde"; HWTEST_F() local
732 std::string str1 = "abcde"; HWTEST_F() local
747 std::string str1 = "abcde"; HWTEST_F() local
763 std::string str1 = "abcde"; HWTEST_F() local
[all...]
/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp166 const std::string str1 = GetBlockDeviceByMountPoint(mountPoint1); in HWTEST_F() local
167 EXPECT_TRUE(str1.empty()); in HWTEST_F()
/base/startup/init/test/unittest/init/
H A Dgroup_unittest.cpp122 const char *str1 = "Test hash map node 1"; in HWTEST_F() local
125 TestHashNode *node1 = TestCreateHashNode(str1); in HWTEST_F()
129 HashNode *node = OH_HashMapGet(handle, (const void *)str1); in HWTEST_F()
133 EXPECT_EQ(strcmp(tmp->name, str1), 0); in HWTEST_F()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp133 char str1[] = "hello"; in HWTEST_F() local
134 OH_HiAppEvent_AddStringParam(list, "str_key", str1); in HWTEST_F()
136 char* strs[] = {str1, str2}; in HWTEST_F()
214 char str1[] = "hello"; in HWTEST_F() local
215 OH_HiAppEvent_AddStringParam(list, nullptr, str1); in HWTEST_F()
218 char* strs[] = {str1, nullptr}; in HWTEST_F()
/base/security/device_auth/frameworks/deviceauth_lite/inc/base/product_header/
H A Dhilink_osadapter.h62 int hilink_strncmp(const char *str1, const char *str2, unsigned int len);
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h26 static bool EqualsIgnoreCase(const std::string &str1, const std::string &str2);
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp80 bool VCardUtils::EqualsIgnoreCase(const std::string &str1, const std::string &str2) in EqualsIgnoreCase() argument
82 std::string copy1 = str1; in EqualsIgnoreCase()
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp307 std::string jsonStr = R"~({"param":"str1"})~"; in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_proxy.h113 const std::string &str1, const std::string &str2);
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_proxy.cpp30 const std::string &str1, const std::string &str2) in SendRequestWithTwoStr()
38 if (!data.WriteString(str1)) { in SendRequestWithTwoStr()
39 ACCOUNT_LOGE("failed to write string for str1 %{public}s", str1.c_str()); in SendRequestWithTwoStr()
29 SendRequestWithTwoStr(MessageParcel &reply, AppAccountInterfaceCode code, const std::string &str1, const std::string &str2) SendRequestWithTwoStr() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp330 std::u16string str1(u"Hello"); in HWTEST_F()
332 EXPECT_FALSE(diallingNumbersCache->StringEqual(str1, str2)); in HWTEST_F()
355 std::u16string str1(u"Hello"); in HWTEST_F()
356 EXPECT_TRUE(diallingNumbersCache->StringEqual(str1, str1)); in HWTEST_F()
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1287 std::string str1 = "non-empty"; in HWTEST_F() local
1289 bool isEmpty = LocaleUtil::IsStrEmpty(str1.c_str()); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1168 std::string str1 = str.substr(0, str.find_first_of(KEY_UNDER_LINE)); in StringToVector() local
1170 data.push_back(StringToInt(str1)); in StringToVector()

Completed in 16 milliseconds