Home
last modified time | relevance | path

Searched refs:SoftBusEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/common/
H A Dsoftbus_client_event_manager_test.cpp127 int ret = RegisterEventCallback((enum SoftBusEvent)res, *cb, data.get() + FRAME_HEADER_LEN);
130 ret = RegisterEventCallback((enum SoftBusEvent)res, *cb, data.get() + FRAME_HEADER_LEN);
137 ret = RegisterEventCallback((enum SoftBusEvent)res, *cb, data.get() + FRAME_HEADER_LEN);
141 CLIENT_NotifyObserver((enum SoftBusEvent)res, data.get() + FRAME_HEADER_LEN, argLen);
145 enum SoftBusEvent event = SoftBusEvent::EVENT_SERVER_DEATH;
153 event = SoftBusEvent::EVENT_BUTT;
171 enum SoftBusEvent event = EVENT_SERVER_RECOVERY;
200 enum SoftBusEvent event = EVENT_SERVER_RECOVERY;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_event_manager.c29 enum SoftBusEvent event;
70 static bool IsEventValid(enum SoftBusEvent event) in IsEventValid()
78 int RegisterEventCallback(enum SoftBusEvent event, EventCallback cb, void *userData) in RegisterEventCallback()
119 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen) in CLIENT_NotifyObserver()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/include/
H A Dsoftbus_client_event_manager.h28 int RegisterEventCallback(enum SoftBusEvent event, EventCallback cb, void *userData);
29 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus.h25 enum SoftBusEvent { enum
33 int RegisterEventCallback(enum SoftBusEvent event, EventCallback cb, void *userData);