Home
last modified time | relevance | path

Searched refs:EventNotify (Results 1 - 25 of 61) sorted by relevance

123

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.h29 void DSchedEventNotify(DistributedSchedule::EventNotify &notify);
40 void ReceiveDmsEvent(DistributedSchedule::EventNotify &event);
55 std::deque<std::pair<DistributedSchedule::EventNotify, std::chrono::steady_clock::time_point>> dmsEvents_{};
H A Dobject_dms_handler.cpp27 void DmsEventListener::DSchedEventNotify(DistributedSchedule::EventNotify &notify) in DSchedEventNotify()
32 void ObjectDmsHandler::ReceiveDmsEvent(DistributedSchedule::EventNotify &event) in ReceiveDmsEvent()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_handler_test.h42 void DSchedEventNotify(EventNotify &notify);
52 void DSchedEventNotify(EventNotify &notify);
H A Ddms_handler_test.cpp50 void DmsHandlerTest::DSchedEventNotify(EventNotify &notify) in DSchedEventNotify()
54 void BusinessTest::DSchedEventNotify(EventNotify &notify) in DSchedEventNotify()
142 std::vector<EventNotify> events; in HWTEST_F()
H A Ddms_client_test.cpp58 void BusinessHandlerTest::DSchedEventNotify(EventNotify &notify) in DSchedEventNotify()
116 std::vector<EventNotify> events; in HWTEST_F()
H A Ddms_sa_cilent_test.h50 void DSchedEventNotify(EventNotify &notify) override;
H A Ddms_listener_stub_test.h46 void DSchedEventNotify(EventNotify &notify);
H A Ddms_client_test.h48 void DSchedEventNotify(EventNotify &notify);
H A Ddms_sa_cilent_test.cpp50 void IDSchedEventListenerTest::DSchedEventNotify(EventNotify &notify) in DSchedEventNotify()
174 std::vector<EventNotify> events; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/
H A Ddsched_collaborate_callback_mgr.h38 int32_t NotifyDSchedEventResult(int32_t resultCode, const EventNotify& event);
41 int32_t NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, const EventNotify& event);
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddms_client.h34 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
38 int32_t GetDecodeDSchedEventNotify(MessageParcel &reply, EventNotify &event);
H A Ddistributed_event_listener.h31 virtual void DSchedEventNotify(EventNotify &notify) = 0;
H A Ddms_handler.h41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
H A Ddms_sa_client.h41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp46 DistributedSchedule::EventNotify notify; in HWTEST_F()
72 DistributedSchedule::EventNotify notify; in HWTEST_F()
97 DistributedSchedule::EventNotify notify; in HWTEST_F()
130 DistributedSchedule::EventNotify notify; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/collaborate/
H A Ddsched_collaborate_callback_mgr_test.cpp136 EventNotify event; in HWTEST_F()
154 EventNotify event; in HWTEST_F()
173 EventNotify event; in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_event.h57 static void EventNotify(AsyncEventData *asyncEvent);
76 EventNotify(asyncEvent); in CheckAndNotify()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp125 int32_t DistributedClient::GetDecodeDSchedEventNotify(MessageParcel &reply, EventNotify &event) in GetDecodeDSchedEventNotify()
141 int32_t DistributedClient::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo()
177 EventNotify event; in GetDSchedEventInfo()
H A Ddms_handler.cpp70 int32_t DmsHandler::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp59 std::vector<EventNotify> events; in PushCallback()
98 const EventNotify& event) in NotifyDSchedEventForOneCB()
129 int32_t DSchedCollaborationCallbackMgr::NotifyDSchedEventResult(int32_t resultCode, const EventNotify& event) in NotifyDSchedEventResult()
/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.h28 void DSchedEventNotify(EventNotify &notify) override;
H A Ddms_sdk_demo.cpp69 vector<EventNotify> notifys; in GetDSchedEventInfo()
93 void Business::DSchedEventNotify(EventNotify& notify) in DSchedEventNotify()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h137 void NotifyDSchedEventCallbackResult(int32_t resultCode, const EventNotify& event);
170 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) override;
299 void NotifyContinuateEventResult(int32_t resultCode, const EventNotify& event);
301 void NotifyCollaborateEventResult(int32_t resultCode, const EventNotify& event);
302 void GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events);
303 void GetCollaborateEventInfo(int32_t callingUid, std::vector<EventNotify> &events);
305 std::vector<EventNotify> &events);
307 std::vector<EventNotify> &events);
309 DSchedEventState state, int32_t ret, EventNotify &event);
311 DSchedEventState state, int32_t ret, EventNotify
[all...]
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_sched_types.h44 class EventNotify { class
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp34 void EventNotify(AsyncEventData *asyncEvent);
52 EventNotify(asyncEvent); in CheckAndNotify()
65 void NapiEvent::EventNotify(AsyncEventData *asyncEvent) in EventNotify() function in OHOS::NFC::NapiEvent

Completed in 9 milliseconds

123