Home
last modified time | relevance | path

Searched refs:WRITE_INTERFACE_TOKEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp30 WRITE_INTERFACE_TOKEN(data); in PutAccessControlProfile()
45 WRITE_INTERFACE_TOKEN(data); in UpdateAccessControlProfile()
61 WRITE_INTERFACE_TOKEN(data); in GetTrustDeviceProfile()
77 WRITE_INTERFACE_TOKEN(data); in GetAllTrustDeviceProfile()
93 WRITE_INTERFACE_TOKEN(data); in GetAccessControlProfile()
113 WRITE_INTERFACE_TOKEN(data); in GetAllAccessControlProfile()
128 WRITE_INTERFACE_TOKEN(data); in DeleteAccessControlProfile()
140 WRITE_INTERFACE_TOKEN(data); in PutServiceProfile()
155 WRITE_INTERFACE_TOKEN(data); in PutServiceProfileBatch()
170 WRITE_INTERFACE_TOKEN(data); in PutCharacteristicProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dmacro_utils.h93 #define WRITE_INTERFACE_TOKEN(data) \ macro