Home
last modified time | relevance | path

Searched defs:OnNotify (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dhandle_signal_tracker.cc62 void HandleSignalTracker::OnNotify(MojoResult result, in OnNotify() function in mojo::HandleSignalTracker
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DWindow2.h36 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() function
H A DPropertyPage.cpp39 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify() function in NWindows::NControl::CPropertyPage
H A DDialog.h148 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */) { return false; } in OnNotify() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DListViewDialog.cpp258 bool CListViewDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CListViewDialog
H A DMenuPage.cpp411 bool CMenuPage::OnNotify(UINT controlID, LPNMHDR lParam) in OnNotify() function in CMenuPage
H A DSystemPage.cpp363 bool CSystemPage::OnNotify(UINT controlID, LPNMHDR lParam) in OnNotify() function in CSystemPage
H A DPanel.cpp691 bool CPanel::OnNotify(UINT /* controlID */, LPNMHDR header, LRESULT &result) in OnNotify() function in CPanel
H A DBrowseDialog.cpp407 bool CBrowseDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CBrowseDialog
H A DApp.cpp936 void CApp::OnNotify(int /* ctrlID */, LPNMHDR pnmh) in OnNotify() function in CApp
H A DProgressDialog2.cpp1318 bool CProgressDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CProgressDialog
H A DBrowseDialog2.cpp563 bool CBrowseDialog2::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CBrowseDialog2
/aosp_15_r20/external/cronet/net/dns/
H A Dsystem_dns_config_change_notifier.cc47 void OnNotify(std::optional<DnsConfig> config) { in OnNotify() function in net::__anon88c9d2210111::WrappedObserver
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs60 OnNotify(RawAddress, i32, Vec<u8>), enumerator
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify; property
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py397 def OnNotify(self, addr, handle, value): member in FlossGattClient.ExportedGattClientCallbacks