Searched refs:TOSTR (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/ |
H A D | camera_hal_hisysevent.cpp | 21 #define TOSTR(x) #x macro 35 {TIME_FOR_OPEN_CAMERA, std::string(TOSTR(TIME_FOR_OPEN_CAMERA))}, 36 {TIME_FOR_CAPTURE, std::string(TOSTR(TIME_FOR_CAPTURE))}, 37 {TIME_FOR_FIRST_FRAME, std::string(TOSTR(TIME_FOR_FIRST_FRAME))} 41 {TIME_OF_CAPTURE, std::string(TOSTR(TIME_OF_CAPTURE))}, 42 {TIME_OF_VEDIOA_AND_DURATION, std::string(TOSTR(TIME_OF_VEDIOA_AND_DURATION))}, 43 {INFORMATION_OF_CAMERA, std::string(TOSTR(INFORMATION_OF_CAMERA))}, 44 {PARAMS_OFCAPTURE_OR_VEDIO, std::string(TOSTR(PARAMS_OFCAPTURE_OR_VEDIO))},
|