Home
last modified time | relevance | path

Searched refs:SEND_REQUEST (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp40 #define SEND_REQUEST(COMMAND, arguments, reply, option) \ macro
107 SEND_REQUEST(BUFFER_PRODUCER_REQUEST_BUFFER, arguments, reply, option); in RequestBuffer()
148 SEND_REQUEST(BUFFER_PRODUCER_REQUEST_BUFFERS, arguments, reply, option); in RequestBuffers()
191 SEND_REQUEST(command, arguments, reply, option); in GetLastFlushedBufferCommon()
240 SEND_REQUEST(BUFFER_PRODUCER_GET_INIT_INFO, arguments, reply, option); in GetProducerInitInfo()
264 SEND_REQUEST(BUFFER_PRODUCER_CANCEL_BUFFER, arguments, reply, option); in CancelBuffer()
288 SEND_REQUEST(BUFFER_PRODUCER_FLUSH_BUFFER, arguments, reply, option); in FlushBuffer()
327 SEND_REQUEST(BUFFER_PRODUCER_FLUSH_BUFFERS, arguments, reply, option); in FlushBuffers()
344 SEND_REQUEST(BUFFER_PRODUCER_ATTACH_BUFFER_TO_QUEUE, arguments, reply, option); in AttachBufferToQueue()
356 SEND_REQUEST(BUFFER_PRODUCER_DETACH_BUFFER_FROM_QUEU in DetachBufferFromQueue()
[all...]
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp38 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD), data, reply); in OnTrustDeviceProfileAdd()
53 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE), data, reply); in OnTrustDeviceProfileDelete()
73 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_UPDATE), data, reply); in OnTrustDeviceProfileUpdate()
88 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD), data, reply); in OnDeviceProfileAdd()
103 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE), data, reply); in OnDeviceProfileDelete()
122 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE), data, reply); in OnDeviceProfileUpdate()
137 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD), data, reply); in OnServiceProfileAdd()
152 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE), data, reply); in OnServiceProfileDelete()
171 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE), data, reply); in OnServiceProfileUpdate()
186 SEND_REQUEST(remot in OnCharacteristicProfileAdd()
[all...]
H A Ddp_inited_callback_proxy.cpp38 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED), data, reply); in OnDpInited()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp36 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE), data, reply); in PutAccessControlProfile()
51 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE), data, reply); in UpdateAccessControlProfile()
64 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_TRUST_DEVICE_PROFILE), data, reply); in GetTrustDeviceProfile()
79 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE), data, reply); in GetAllTrustDeviceProfile()
99 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE), data, reply); in GetAccessControlProfile()
115 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_ALL_ACL_PROFILE), data, reply); in GetAllAccessControlProfile()
131 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::DELETE_ACL_PROFILE), data, reply); in DeleteAccessControlProfile()
146 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE), data, reply); in PutServiceProfile()
161 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE_BATCH), data, reply); in PutServiceProfileBatch()
176 SEND_REQUEST(remot in PutCharacteristicProfile()
[all...]
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dmacro_utils.h69 #define SEND_REQUEST(remote, code, data, reply) \ macro

Completed in 3 milliseconds