Searched refs:MonitoringInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp293 struct MonitoringInfo { struct
294 MonitoringInfo() function in struct:MonitoringInfo
298 MonitoringInfo(int32 opcode, const char* path) function in struct:MonitoringInfo
305 MonitoringInfo(int32 opcode, const char* fromPath, const char* toPath) function in struct:MonitoringInfo
449 MonitoringInfoSet& Add(const MonitoringInfo& info, bool expected = true)
459 return Add(MonitoringInfo(opcode, test_path(path)), expected);
465 return Add(MonitoringInfo(opcode, test_path(fromPath),
479 const MonitoringInfo& InfoAt(int32 index) const
493 const MonitoringInfo& info = InfoAt(i);
502 std::vector<MonitoringInfo> fInfo
[all...]

Completed in 48 milliseconds