Searched refs:WriteSingleData (Results 1 – 3 of 3) sorted by relevance
112 std::string WriteSingleData(KeyEventInfo &info, shared_ptr<mutex> &cout_lock);115 …nlohmann::json WriteSingleData(KeyEventInfo &info, ofstream &outFile, shared_ptr<mutex> &csv_lock);
90 std::string KeyeventTracker::WriteSingleData(KeyEventInfo &info, shared_ptr<mutex> &cout_lock) in WriteSingleData() function in OHOS::uitest::KeyeventTracker127 …nlohmann::json KeyeventTracker::WriteSingleData(KeyEventInfo &info, ofstream &outFile, shared_ptr<… in WriteSingleData() function in OHOS::uitest::KeyeventTracker
143 snapshootKeyTracker.WriteSingleData(info, cout_lock); in OnInputEvent()144 auto json = snapshootKeyTracker.WriteSingleData(info, outFile, csv_lock); in OnInputEvent()