Home
last modified time | relevance | path

Searched defs:ChangeInfo (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/base/files/
Dfile_path_watcher.h66 struct ChangeInfo { struct
67 FilePathType file_path_type = FilePathType::kUnknown;
68 ChangeType change_type = ChangeType::kUnknown;
78 std::optional<uint32_t> cookie;
Dfile_path_watcher_unittest.cc685 void OnFileChangedWithInfo(const FilePathWatcher::ChangeInfo& /*change_info*/, in OnFileChangedWithInfo()
/external/cronet/tot/base/files/
Dfile_path_watcher.h66 struct ChangeInfo { struct
67 FilePathType file_path_type = FilePathType::kUnknown;
68 ChangeType change_type = ChangeType::kUnknown;
78 std::optional<uint32_t> cookie;
Dfile_path_watcher_unittest.cc685 void OnFileChangedWithInfo(const FilePathWatcher::ChangeInfo& /*change_info*/, in OnFileChangedWithInfo()
/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/
Dexamples-1.json15 "ChangeInfo": { object
59 "ChangeInfo": { object
122 "ChangeInfo": { object
165 "ChangeInfo": { object
225 "ChangeInfo": { object
289 "ChangeInfo": { object
348 "ChangeInfo": { object
412 "ChangeInfo": { object
471 "ChangeInfo": { object
571 "ChangeInfo": { object
[all …]
Dservice-2.json1257 "ChangeInfo":{"shape":"ChangeInfo"} object
1336 "ChangeInfo":{ object
1427 "ChangeInfo":{ object
1478 "ChangeInfo":{ object
2009 "ChangeInfo":{ object
2070 "ChangeInfo":{"shape":"ChangeInfo"}, object
2382 "ChangeInfo":{"shape":"ChangeInfo"} object
2527 "ChangeInfo":{ object
2559 "ChangeInfo":{"shape":"ChangeInfo"} object
2718 "ChangeInfo":{"shape":"ChangeInfo"} object
[all …]
/external/cronet/stable/net/android/javatests/src/org/chromium/net/
DNetworkChangeNotifierTest.java363 private static class ChangeInfo { class in NetworkChangeNotifierTest
373 ChangeInfo(ChangeType changeType, long netId) { in ChangeInfo() method in NetworkChangeNotifierTest.ChangeInfo
/external/cronet/tot/net/android/javatests/src/org/chromium/net/
DNetworkChangeNotifierTest.java363 private static class ChangeInfo { class in NetworkChangeNotifierTest
373 ChangeInfo(ChangeType changeType, long netId) { in ChangeInfo() method in NetworkChangeNotifierTest.ChangeInfo
/external/libchrome/base/debug/
Dactivity_tracker.cc1765 void ScopedActivity::ChangeInfo(int32_t info) { in ChangeInfo() function in base::debug::ScopedActivity