Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp28 GET_REMOTE_OBJECT(remote); in PutAccessControlProfile()
43 GET_REMOTE_OBJECT(remote); in UpdateAccessControlProfile()
59 GET_REMOTE_OBJECT(remote); in GetTrustDeviceProfile()
75 GET_REMOTE_OBJECT(remote); in GetAllTrustDeviceProfile()
91 GET_REMOTE_OBJECT(remote); in GetAccessControlProfile()
111 GET_REMOTE_OBJECT(remote); in GetAllAccessControlProfile()
126 GET_REMOTE_OBJECT(remote); in DeleteAccessControlProfile()
138 GET_REMOTE_OBJECT(remote); in PutServiceProfile()
153 GET_REMOTE_OBJECT(remote); in PutServiceProfileBatch()
168 GET_REMOTE_OBJECT(remote); in PutCharacteristicProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp30 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileAdd()
45 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileDelete()
61 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileUpdate()
80 GET_REMOTE_OBJECT(remote); in OnDeviceProfileAdd()
95 GET_REMOTE_OBJECT(remote); in OnDeviceProfileDelete()
110 GET_REMOTE_OBJECT(remote); in OnDeviceProfileUpdate()
129 GET_REMOTE_OBJECT(remote); in OnServiceProfileAdd()
144 GET_REMOTE_OBJECT(remote); in OnServiceProfileDelete()
159 GET_REMOTE_OBJECT(remote); in OnServiceProfileUpdate()
178 GET_REMOTE_OBJECT(remote); in OnCharacteristicProfileAdd()
[all …]
H A Ddp_inited_callback_proxy.cpp31 GET_REMOTE_OBJECT(remote); in OnDpInited()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dmacro_utils.h84 #define GET_REMOTE_OBJECT(remote) \ macro