Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/common/
H A Dsoftbus_client_event_manager_test.cpp43 static int OnEventCallback(void *arg, unsigned int argLen, void *userData) in OnEventCallback() argument
140 unsigned int argLen = 2; variable
141 CLIENT_NotifyObserver((enum SoftBusEvent)res, data.get() + FRAME_HEADER_LEN, argLen);
143 CLIENT_NotifyObserver(EVENT_SERVER_DEATH, data.get() + FRAME_HEADER_LEN, argLen);
146 CLIENT_NotifyObserver(event, data.get() + FRAME_HEADER_LEN, argLen);
151 CLIENT_NotifyObserver(event, data.get() + FRAME_HEADER_LEN, argLen);
154 CLIENT_NotifyObserver(event, data.get() + FRAME_HEADER_LEN, argLen);
186 unsigned int argLen = 2; variable
187 CLIENT_NotifyObserver(event, data.get() + FRAME_HEADER_LEN, argLen);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_event_manager.c119 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen) in CLIENT_NotifyObserver() argument
139 (observer->callback(arg, argLen, observer->userData) != SOFTBUS_OK)) { in CLIENT_NotifyObserver()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/include/
H A Dsoftbus_client_event_manager.h29 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus.h31 typedef int (*EventCallback)(void *arg, unsigned int argLen, void *userData);