Home
last modified time | relevance | path

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

/trusted-services/components/service/common/provider/test/
A Dservice_framework_tests.cpp134 std::string respString; in TEST() local
143 respString = std::string((const char*)resp_buf, resp_len); in TEST()
149 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()
158 respString = std::string((const char*)resp_buf, resp_len); in TEST()
164 STRCMP_EQUAL("Ehh!", respString.c_str()); in TEST()
226 std::string respString; in TEST() local
235 respString = std::string((const char*)resp_buf, resp_len); in TEST()
241 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()
249 respString = std::string((const char*)resp_buf, resp_len); in TEST()
255 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()
[all …]

Completed in 9 milliseconds