Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp89 char str1[] = "hello"; variable
90 OH_HiAppEvent_AddStringParam(list, "str_key", str1);
92 char* strs[] = {str1, str2};
170 char str1[] = "hello"; variable
171 OH_HiAppEvent_AddStringParam(list, nullptr, str1);
174 char* strs[] = {str1, nullptr};
/base/update/updater/test/unittest/mount_test/
Dmount_unittest.cpp166 const std::string str1 = GetBlockDeviceByMountPoint(mountPoint1); variable
167 EXPECT_TRUE(str1.empty());
/base/startup/init/test/unittest/init/
Dgroup_unittest.cpp122 const char *str1 = "Test hash map node 1"; variable
125 TestHashNode *node1 = TestCreateHashNode(str1);
129 HashNode *node = OH_HashMapGet(handle, (const void *)str1);
133 EXPECT_EQ(strcmp(tmp->name, str1), 0);
/base/security/device_auth/frameworks/deviceauth_lite/source/base/product_header/
Dhilink_osadapter.h62 int hilink_strncmp(const char *str1, const char *str2, unsigned int len);
/base/hiviewdfx/hiappevent/
DREADME_zh.md286 char str1[] = "hello";
288 char* strs[] = {str1, str2};
DREADME.md286 char str1[] = "hello";
288 char* strs[] = {str1, str2};
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_proxy.h116 const std::string &str1, const std::string &str2);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp30 const std::string &str1, const std::string &str2) in SendRequestWithTwoStr() argument
38 if (!data.WriteString(str1)) { in SendRequestWithTwoStr()
39 ACCOUNT_LOGE("failed to write string for str1 %{public}s", str1.c_str()); in SendRequestWithTwoStr()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp935 std::string str1 = str.substr(0, str.find_first_of(KEY_UNDER_LINE)); in StringToVector() local
937 data.push_back(StringToInt(str1)); in StringToVector()