Searched refs:str1 (Results 1 – 9 of 9) sorted by relevance
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
D | hiappevent_native_test.cpp | 89 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/ |
D | mount_unittest.cpp | 166 const std::string str1 = GetBlockDeviceByMountPoint(mountPoint1); variable 167 EXPECT_TRUE(str1.empty());
|
/base/startup/init/test/unittest/init/ |
D | group_unittest.cpp | 122 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/ |
D | hilink_osadapter.h | 62 int hilink_strncmp(const char *str1, const char *str2, unsigned int len);
|
/base/hiviewdfx/hiappevent/ |
D | README_zh.md | 286 char str1[] = "hello"; 288 char* strs[] = {str1, str2};
|
D | README.md | 286 char str1[] = "hello"; 288 char* strs[] = {str1, str2};
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_proxy.h | 116 const std::string &str1, const std::string &str2);
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_proxy.cpp | 30 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/ |
D | notification_preferences_database.cpp | 935 std::string str1 = str.substr(0, str.find_first_of(KEY_UNDER_LINE)); in StringToVector() local 937 data.push_back(StringToInt(str1)); in StringToVector()
|