Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.h63 struct Notification { struct
68 llvm::json::Value toJSON(const Notification &); argument
69 bool fromJSON(const llvm::json::Value &, Notification &, llvm::json::Path);
179 using Message = std::variant<Request, Response, Notification, Error>;
H A DProtocolServerMCP.h47 std::function<void(const protocol::Notification &)>;
63 void Handle(protocol::Notification notification);
H A DProtocolServerMCP.cpp46 "notifications/initialized", [](const protocol::Notification &) { in ProtocolServerMCP() argument
90 void ProtocolServerMCP::Handle(protocol::Notification notification) { in Handle()
238 if (const protocol::Notification *notification = in HandleData()
239 std::get_if<protocol::Notification>(&(*message))) { in HandleData()
H A DProtocol.cpp81 llvm::json::Value toJSON(const Notification &N) { in toJSON()
88 bool fromJSON(const llvm::json::Value &V, Notification &N, llvm::json::Path P) { in fromJSON()
231 protocol::Notification N; in fromJSON()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc46 using internal::Notification;
122 Notification threads_can_start; in TEST()
H A Dgoogletest-output-test_.cc51 using testing::internal::Notification;
284 Notification n1;
285 Notification n2;
286 Notification n3;
H A Dgoogletest-port-test.cc1103 Notification threads_can_start; in TEST()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1250 class GTEST_API_ Notification {
1252 Notification() : notified_(false) {}
1253 Notification(const Notification&) = delete;
1254 Notification& operator=(const Notification&) = delete;
1323 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1353 Notification* const thread_can_start_;
1505 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start);
1518 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
/freebsd/contrib/file/magic/Magdir/
H A Dber33 # Notification short tag
39 >>>&0 byte x TAP 3.%d Notification (TD.57, Transferred Account)
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc431 Notification* thread_can_start) { in CreateThread()
451 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam()
455 Notification* thread_can_start_;
477 Notification* thread_can_start) in ThreadWithParamBase()
593 Notification has_initialized;
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md26 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-concurrency.md226 - Notification
235Notification” and “App Recv” classes expose receive-only streams.
239 Conversely, the Notification pipe returns asynchronous notifications. These
281 - Notification: Connection Terminated by Peer
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc47 # Notification verbosity.
/freebsd/contrib/sendmail/src/
H A Dhelpfile42 ehlo DSN Delivery Status Notification [RFC1891]
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config173 # SNMPv3 Notification Targets
/freebsd/contrib/mandoc/
H A Dlib.in58 LINE("libevent", "Event Notification Library (libevent, \\-levent)")
/freebsd/share/misc/
H A Dusb_hid_usages44 0x47 Feature Notification
1504 0x36 Electronic Article Surveillance Notification
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib696 -- Section 5: Notification objects
/freebsd/contrib/wpa/hostapd/
H A DChangeLog262 * started to postpone WNM-Notification frame sending by 100 ms so that
394 - Operating Mode Notification
554 * EAP-SIM: use Notification round before EAP-Failure
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt557 to run in the Windows System Notification Area (System Tray).
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2677 `Notification` objects to force your asynchronous test to behave synchronously.
2689 absl::Notification done;
2699 additional action to notify the `Notification` object. Now we can just call
2700 `Notification::WaitForNotification()` in the main thread to wait for the
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt1335 -- The Trap Notification Group
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md30 * [Change Notification Callback Mechanism](#change-notification-callback-mechanism)
1720 Change Notification Callback Mechanism
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1589 * fixed EAP-AKA Notification processing to allow Notification to be
2101 * display EAP Notification messages to user through control interface
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION2032 RFC2481 (Explicit Congestion Notification)

12