Lines Matching defs:cout

43     std::cout << "==========[test log]Turn on the flashlight, not the camera, success." << std::endl;
58 std::cout << "==========[test log]Flashlight turn off, not the camera, success." << std::endl;
59 std::cout << "==========[test log]1. turn on flashlight for 5s." << std::endl;
64 std::cout << "==========[test log]2. turn off flashlight." << std::endl;
78 std::cout << "==========[test log]Turn on/off the flashlight for 10 times,";
79 std::cout <<" not the camera, success." << std::endl;
88 std::cout << "==========[test log]Flashlight turn on fail, at the ";
89 std::cout << (i+1) <<"times, RetCode is " << Test_->rc << std::endl;
103 std::cout << "==========[test log]Open the camera, preview, then turn on the flashlight,";
104 std::cout <<" expected return errorcode." << std::endl;
115 std::cout << "==========[test log]turn on the flashlight success." << std::endl;
117 std::cout << "==========[test log]turn on the flashlight fail, Test_->rc = ";
118 std::cout << Test_->rc << std::endl;
120 std::cout << "==========[test log]turn off/on flashlight fail, preview go on, for 5s." << std::endl;
137 std::cout << "==========[test log]Open the camera, preview, then turn on the flashlight,";
138 std::cout <<" expected return errorcode." << std::endl;
149 std::cout << "==========[test log]turn off the flashlight success." << std::endl;
151 std::cout << "==========[test log]turn off the flashlight fail,rc = " << Test_->rc << std::endl;
153 std::cout << "==========[test log]turn off the flashlight fail, preview go on, for 5s." << std::endl;
170 std::cout << "==========[test log]Turn on the flashlight for 5s,then open the camera,";
171 std::cout <<" the light will turn off." << std::endl;
178 std::cout << "==========[test log]check the flashlight status is off." << std::endl;