Searched refs:DispatcherId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | message_router.h | 38 ErrorCode RegistLocalService(const DispatcherId dispatcherId, struct ServiceDef *mapper); 40 ErrorCode UnregistLocalService(const DispatcherId dispatcherId, ServiceId serviceId);
|
H A D | message_config.h | 52 DispatcherId dispatcherId;
|
H A D | message_types.h | 22 typedef uint8_t DispatcherId; typedef
|
H A D | message_router_inner.h | 61 void DestroyDispatcherInner(const NodeId nodeId, const DispatcherId dispatcherId);
|
H A D | sidecar.h | 85 DispatcherId dispatcherId;
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/ |
H A D | message_router.c | 40 DispatcherId dispatcherId; 73 static MessageDispatcher *RefDispatcherInner(const DispatcherId dispatcherId, bool requireLock) in RefDispatcherInner() 109 static ErrorCode RegDispatcher(DispatcherId dispatcherId, MessageDispatcher *dispatcher) in RegDispatcher() 243 static ErrorCode DoRegistService(const NodeId nodeId, const DispatcherId dispatcherId, RemoteServic… in DoRegistService() 272 static ErrorCode RegistServiceInner(const NodeId nodeId, const DispatcherId dispatcherId, struct Se… in RegistServiceInner() 334 ErrorCode RegistLocalService(const DispatcherId dispatcherId, struct ServiceDef *mapper) in RegistLocalService() 371 static ErrorCode UnregistServiceInner(const NodeId nodeId, const DispatcherId dispatcherId, const S… in UnregistServiceInner() 409 ErrorCode UnregistLocalService(const DispatcherId dispatcherId, ServiceId serviceId) in UnregistLocalService()
|
H A D | sidecar.c | 24 DispatcherId dispatcherId;
|