Searched refs:WRITE_HELPER (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 62 WRITE_HELPER(data, String, deviceId); in GetTrustDeviceProfile() 202 WRITE_HELPER(data, String, deviceId); in GetDeviceProfile() 219 WRITE_HELPER(data, String, deviceId); in GetServiceProfile() 220 WRITE_HELPER(data, String, serviceName); in GetServiceProfile() 237 WRITE_HELPER(data, String, deviceId); in GetCharacteristicProfile() 238 WRITE_HELPER(data, String, serviceName); in GetCharacteristicProfile() 256 WRITE_HELPER(data, String, deviceId); in DeleteServiceProfile() 257 WRITE_HELPER(data, String, serviceName); in DeleteServiceProfile() 270 WRITE_HELPER(data, String, deviceId); in DeleteCharacteristicProfile() 346 WRITE_HELPER(data, Int32, saId); in SubscribeDeviceProfileInited() [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | macro_utils.h | 24 #define WRITE_HELPER(parcel, type, value) \ macro
|