Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 8 of 8) sorted by relevance

/base/update/updater/test/unittest/mount_test/
Dmount_unittest.cpp169 const std::string str2 = GetBlockDeviceByMountPoint(mountPoint2); variable
170 EXPECT_TRUE(str2.empty());
/base/startup/init/test/unittest/init/
Dgroup_unittest.cpp123 const char *str2 = "Test hash map node 2"; variable
126 TestHashNode *node2 = TestCreateHashNode(str2);
135 node = OH_HashMapGet(handle, (const void *)str2);
139 EXPECT_EQ(strcmp(tmp->name, str2), 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/test/unittest/common/native/
Dhiappevent_native_test.cpp91 char str2[] = "world"; variable
92 char* strs[] = {str1, str2};
/base/hiviewdfx/hiappevent/
DREADME_zh.md287 char str2[] = "world";
288 char* strs[] = {str1, str2};
DREADME.md287 char str2[] = "world";
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
43 if (!data.WriteString(str2)) { in SendRequestWithTwoStr()
44 ACCOUNT_LOGE("failed to write string for str2 %{public}s", str2.c_str()); in SendRequestWithTwoStr()