Home
last modified time | relevance | path

Searched refs:actualStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp161 std::string actualStr = OHOS::NWeb::NetConnectUtils::ConnectTypeToString(connectType); variable
162 EXPECT_STREQ(actualStr.c_str(), exceptStr.c_str());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_query_object_helper_test.cpp71 std::string actualStr = std::get<std::string>(actualType); in CheckType() local
72 EXPECT_EQ(expectStr, actualStr); in CheckType()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1153 std::string actualStr(OH_UdmfProperty_GetExtrasStringParam(properties, "keyStr")); variable
1154 EXPECT_EQ(str, actualStr);