/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_dms_handler.h | 29 void DSchedEventNotify(DistributedSchedule::EventNotify ¬ify); 40 void ReceiveDmsEvent(DistributedSchedule::EventNotify &event); 55 std::deque<std::pair<DistributedSchedule::EventNotify, std::chrono::steady_clock::time_point>> dmsEvents_{};
|
H A D | object_dms_handler.cpp | 27 void DmsEventListener::DSchedEventNotify(DistributedSchedule::EventNotify ¬ify) in DSchedEventNotify() 32 void ObjectDmsHandler::ReceiveDmsEvent(DistributedSchedule::EventNotify &event) in ReceiveDmsEvent()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/ |
H A D | dms_handler_test.h | 42 void DSchedEventNotify(EventNotify ¬ify); 52 void DSchedEventNotify(EventNotify ¬ify);
|
H A D | dms_handler_test.cpp | 50 void DmsHandlerTest::DSchedEventNotify(EventNotify ¬ify) in DSchedEventNotify() 54 void BusinessTest::DSchedEventNotify(EventNotify ¬ify) in DSchedEventNotify() 142 std::vector<EventNotify> events; in HWTEST_F()
|
H A D | dms_client_test.cpp | 58 void BusinessHandlerTest::DSchedEventNotify(EventNotify ¬ify) in DSchedEventNotify() 116 std::vector<EventNotify> events; in HWTEST_F()
|
H A D | dms_sa_cilent_test.h | 50 void DSchedEventNotify(EventNotify ¬ify) override;
|
H A D | dms_listener_stub_test.h | 46 void DSchedEventNotify(EventNotify ¬ify);
|
H A D | dms_client_test.h | 48 void DSchedEventNotify(EventNotify ¬ify);
|
H A D | dms_sa_cilent_test.cpp | 50 void IDSchedEventListenerTest::DSchedEventNotify(EventNotify ¬ify) in DSchedEventNotify() 174 std::vector<EventNotify> events; in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/ |
H A D | dsched_collaborate_callback_mgr.h | 38 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 D | dms_client.h | 34 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
38 int32_t GetDecodeDSchedEventNotify(MessageParcel &reply, EventNotify &event);
|
H A D | distributed_event_listener.h | 31 virtual void DSchedEventNotify(EventNotify ¬ify) = 0;
|
H A D | dms_handler.h | 41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
|
H A D | dms_sa_client.h | 41 int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_dms_handler_test.cpp | 46 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 D | dsched_collaborate_callback_mgr_test.cpp | 136 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 D | napi_bluetooth_event.h | 57 static void EventNotify(AsyncEventData *asyncEvent); 76 EventNotify(asyncEvent); in CheckAndNotify()
|
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/ |
H A D | dms_client.cpp | 125 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 D | dms_handler.cpp | 70 int32_t DmsHandler::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events)
in GetDSchedEventInfo()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/ |
H A D | dsched_collaborate_callback_mgr.cpp | 59 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 D | dms_sdk_demo.h | 28 void DSchedEventNotify(EventNotify ¬ify) override;
|
H A D | dms_sdk_demo.cpp | 69 vector<EventNotify> notifys;
in GetDSchedEventInfo() 93 void Business::DSchedEventNotify(EventNotify& notify)
in DSchedEventNotify()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 137 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 D | distributed_sched_types.h | 44 class EventNotify { class
|
/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_event.cpp | 34 void EventNotify(AsyncEventData *asyncEvent);
52 EventNotify(asyncEvent);
in CheckAndNotify() 65 void NapiEvent::EventNotify(AsyncEventData *asyncEvent)
in EventNotify() function in OHOS::NFC::NapiEvent
|