Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp39 #define SEND_REQUEST(COMMAND, arguments, reply, option) \ macro
103 SEND_REQUEST(command, arguments, reply, option); in RequestBufferCommon()
182 SEND_REQUEST(command, arguments, reply, option); in GetLastFlushedBufferCommon()
220 SEND_REQUEST(BUFFER_PRODUCER_GET_INIT_INFO, arguments, reply, option); in GetProducerInitInfo()
236 SEND_REQUEST(BUFFER_PRODUCER_CANCEL_BUFFER, arguments, reply, option); in CancelBuffer()
250 SEND_REQUEST(BUFFER_PRODUCER_FLUSH_BUFFER, arguments, reply, option); in FlushBuffer()
278 SEND_REQUEST(BUFFER_PRODUCER_FLUSH_BUFFERS, arguments, reply, option); in FlushBuffers()
372 SEND_REQUEST(BUFFER_PRODUCER_GET_NAME, arguments, reply, option); in GetName()
479 SEND_REQUEST(BUFFER_PRODUCER_CLEAN_CACHE, arguments, reply, option); in CleanCache()
543 SEND_REQUEST(BUFFER_PRODUCER_CONNECT, arguments, reply, option); in Connect()
[all …]
/ohos5.0/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()
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()
176 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_CHAR_PROFILE), data, reply); in PutCharacteristicProfile()
222 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE), data, reply); in GetServiceProfile()
241 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE), data, reply); in GetCharacteristicProfile()
259 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::DEL_SERVICE_PROFILE), data, reply); in DeleteServiceProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp38SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD), data, re… in OnTrustDeviceProfileAdd()
53SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE), data,… in OnTrustDeviceProfileDelete()
88SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD), data, reply); in OnDeviceProfileAdd()
103SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE), data, reply… in OnDeviceProfileDelete()
122SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE), data, reply… in OnDeviceProfileUpdate()
137SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD), data, reply); in OnServiceProfileAdd()
152SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE), data, repl… in OnServiceProfileDelete()
171SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE), data, repl… in OnServiceProfileUpdate()
186 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD), data, reply); in OnCharacteristicProfileAdd()
201SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE), data, reply); in OnCharacteristicProfileDelete()
[all …]
H A Ddp_inited_callback_proxy.cpp38SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_INITED), data, reply… in OnDpInited()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dmacro_utils.h69 #define SEND_REQUEST(remote, code, data, reply) \ macro