/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 39 #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 D | distributed_device_profile_proxy.cpp | 36 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 D | profile_change_listener_proxy.cpp | 38 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD), data, re… in OnTrustDeviceProfileAdd() 53 …SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE), data,… in OnTrustDeviceProfileDelete() 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, repl… in OnServiceProfileDelete() 171 …SEND_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() 201 … SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE), data, reply); in OnCharacteristicProfileDelete() [all …]
|
H A D | dp_inited_callback_proxy.cpp | 38 …SEND_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 D | macro_utils.h | 69 #define SEND_REQUEST(remote, code, data, reply) \ macro
|