Home
last modified time | relevance | path

Searched refs:READ_HELPER (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp230 READ_HELPER(data, String, deviceId); in GetTrustDeviceProfileInner()
375 READ_HELPER(data, String, deviceId); in GetDeviceProfileInner()
393 READ_HELPER(data, String, deviceId); in GetServiceProfileInner()
394 READ_HELPER(data, String, serviceName); in GetServiceProfileInner()
412 READ_HELPER(data, String, deviceId); in GetCharacteristicProfileInner()
413 READ_HELPER(data, String, serviceName); in GetCharacteristicProfileInner()
432 READ_HELPER(data, String, deviceId); in DeleteServiceProfileInner()
433 READ_HELPER(data, String, serviceName); in DeleteServiceProfileInner()
447 READ_HELPER(data, String, deviceId); in DeleteCharacteristicProfileInner()
523 READ_HELPER(data, Int32, saId); in SubscribeDeviceProfileInitedInner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp381 READ_HELPER(data, String, deviceId); in GetTrustDeviceProfileInner()
527 READ_HELPER(data, String, deviceId); in GetDeviceProfileNewInner()
545 READ_HELPER(data, String, deviceId); in GetServiceProfileInner()
546 READ_HELPER(data, String, serviceName); in GetServiceProfileInner()
565 READ_HELPER(data, String, deviceId); in GetCharacteristicProfileInner()
566 READ_HELPER(data, String, serviceName); in GetCharacteristicProfileInner()
586 READ_HELPER(data, String, deviceId); in DeleteServiceProfileInner()
587 READ_HELPER(data, String, serviceName); in DeleteServiceProfileInner()
601 READ_HELPER(data, String, deviceId); in DeleteCharacteristicProfileInner()
680 READ_HELPER(data, Int32, saId); in SubscribeDeviceProfileInitedInner()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dmacro_utils.h51 #define READ_HELPER(parcel, type, out) \ macro