Searched refs:WriteCombinationData (Results 1 – 3 of 3) sorted by relevance
111 std::string WriteCombinationData(shared_ptr<mutex> &cout_lock);114 nlohmann::json WriteCombinationData(ofstream &outFile, shared_ptr<mutex> &csv_lock);
74 std::string KeyeventTracker::WriteCombinationData(shared_ptr<mutex> &cout_lock) in WriteCombinationData() function in OHOS::uitest::KeyeventTracker104 …nlohmann::json KeyeventTracker::WriteCombinationData(ofstream& outFile, shared_ptr<mutex> &csv_loc… in WriteCombinationData() function in OHOS::uitest::KeyeventTracker
155 snapshootKeyTracker.WriteCombinationData(cout_lock); in OnInputEvent()156 auto json = snapshootKeyTracker.WriteCombinationData(outFile, csv_lock); in OnInputEvent()