Home
last modified time | relevance | path

Searched defs:outFile (Results 1 – 11 of 11) sorted by relevance

/test/ostest/wukong/input_factory/src/
Drecord_input.cpp59 static void WriteEventHead(std::ofstream &outFile) in WriteEventHead()
66 static void WriteEventData(std::ofstream &outFile, const EventData &data) in WriteEventData()
88 bool InitEventRecordFile(std::ofstream &outFile, const std::string &recordName) in InitEventRecordFile()
/test/testfwk/arkxtest/uitest/record/
Dkeyevent_tracker.cpp104 …nlohmann::json KeyeventTracker::WriteCombinationData(ofstream& outFile, shared_ptr<mutex> &csv_loc… in WriteCombinationData()
127 …nlohmann::json KeyeventTracker::WriteSingleData(KeyEventInfo &info, ofstream &outFile, shared_ptr<… in WriteSingleData()
Dui_record.h105 mutable std::ofstream outFile; variable
Dpointer_tracker.cpp379 …nlohmann::json PointerTracker::WriteData(PointerInfo pointerInfo, ofstream& outFile, shared_ptr<mu… in WriteData()
/test/xts/tools/lite/others/query/src/
DQueryMainSmall.cpp41 std::ofstream outFile(filename, std::ios::out | std::ios::trunc); in WriteTexToFile() local
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
Dvideodec_ndk_sample.cpp369 …le::WriteOutputFrame(uint32_t index, OH_AVMemory *buffer, OH_AVCodecBufferAttr attr, FILE *outFile) in WriteOutputFrame()
394 FILE *outFile = fopen(OUT_DIR, "wb"); in OutputFunc() local
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DVDecEncNdkSample.cpp692 FILE *outFile = fopen(outFile_.c_str(), "a"); in WriteToFile() local
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DADecEncNdkSample.cpp697 FILE *outFile = fopen(OUT_FILE, "a"); in WriteToFile() local
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
Dvideoenc_ndk_sample.cpp818 FILE *outFile = fopen(OUT_DIR, "wb"); in OutputFunc() local
Dvideoenc_api11_sample.cpp1075 FILE *outFile = fopen(OUT_DIR, "wb"); in OutputFunc() local
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
Dvideodec_api11_sample.cpp852 FILE *outFile = nullptr; in OutputFuncTest() local