Home
last modified time | relevance | path

Searched defs:notifyMessage (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp184 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0202()
226 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0302()
271 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0402()
316 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0502()
355 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0602()
393 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0702()
426 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0802()
458 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0902()
490 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0a02()
522 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anone809606d0b02()
[all …]
H A Dinteraction_manager_test.cpp1708 auto callback = [&promise](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f1b02()
1887 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f1f02()
1931 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2002()
1967 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2102()
2018 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2202()
2150 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2402()
2185 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2502()
2285 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2702()
2342 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2802()
2397 auto callback = [&promiseFlag](const DragNotifyMsg& notifyMessage) { in __anoncd0ad39f2902()
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp264 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010202()
288 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010302()
312 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010402()
467 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010502()
501 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010602()
531 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010702()
563 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010802()
604 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010902()
638 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010a02()
675 auto callback = [&promiseFlag](const DragNotifyMsg &notifyMessage) { in __anoneac400010b02()
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dobserver_callback_proxy.cpp27 void ObserverCallbackProxy::OnChange(NotifyMessage &notifyMessage) in OnChange()
H A Dobserver_callback_stub.cpp68 std::shared_ptr<NotifyMessage> notifyMessage(data.ReadParcelable<NotifyMessage>()); in OnChangeStub() local
H A Dfile_access_service.cpp563 NotifyMessage notifyMessage{notifyType, uris}; in SendListNotify() local
577 NotifyMessage notifyMessage; in SendListNotify() local
652 NotifyMessage notifyMessage; in InitTimer() local
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.h53 void OnChange(NotifyMessage &notifyMessage) override in OnChange()
H A Dnapi_observer_callback.cpp114 void NapiObserver::OnChange(NotifyMessage &notifyMessage) in OnChange()
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp156 void MyObserver::OnChange(NotifyMessage &notifyMessage) in OnChange()
172 void TestObserver::OnChange(NotifyMessage &notifyMessage) in OnChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1627 auto ret = [](const DragNotifyMsgCore& notifyMessage) {}; in GetDragCallback()
1639 const DragNotifyMsgCore& notifyMessage) { in GetDragCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1914 const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& dragEvent) in SetDragResult()
1935 const DragNotifyMsgCore& notifyMessage, const RefPtr<OHOS::Ace::DragEvent>& dragEvent) in SetDragBehavior()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js636 notifyMessage() { method in AtomicService
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1784 DragNotifyMsgCore notifyMessage; variable