Searched refs:actualStr (Results 1 – 3 of 3) sorted by relevance
161 std::string actualStr = OHOS::NWeb::NetConnectUtils::ConnectTypeToString(connectType); variable162 EXPECT_STREQ(actualStr.c_str(), exceptStr.c_str());
71 std::string actualStr = std::get<std::string>(actualType); in CheckType() local72 EXPECT_EQ(expectStr, actualStr); in CheckType()
1153 std::string actualStr(OH_UdmfProperty_GetExtrasStringParam(properties, "keyStr")); variable1154 EXPECT_EQ(str, actualStr);