Home
last modified time | relevance | path

Searched refs:DP_WRITE_PARCEL_FAIL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp33 return DP_WRITE_PARCEL_FAIL; in PutAccessControlProfile()
48 return DP_WRITE_PARCEL_FAIL; in UpdateAccessControlProfile()
67 return DP_WRITE_PARCEL_FAIL; in GetTrustDeviceProfile()
96 return DP_WRITE_PARCEL_FAIL; in GetAccessControlProfile()
143 return DP_WRITE_PARCEL_FAIL; in PutServiceProfile()
158 return DP_WRITE_PARCEL_FAIL; in PutServiceProfileBatch()
173 return DP_WRITE_PARCEL_FAIL; in PutCharacteristicProfile()
189 return DP_WRITE_PARCEL_FAIL; in PutCharacteristicProfileBatch()
286 return DP_WRITE_PARCEL_FAIL; in SubscribeDeviceProfile()
301 return DP_WRITE_PARCEL_FAIL; in UnSubscribeDeviceProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp205 return DP_WRITE_PARCEL_FAIL; in PutAccessControlProfileInner()
239 return DP_WRITE_PARCEL_FAIL; in GetTrustDeviceProfileInner()
276 return DP_WRITE_PARCEL_FAIL; in GetAccessControlProfileInner()
292 return DP_WRITE_PARCEL_FAIL; in GetAllAccessControlProfileInner()
383 return DP_WRITE_PARCEL_FAIL; in GetDeviceProfileInner()
402 return DP_WRITE_PARCEL_FAIL; in GetServiceProfileInner()
423 return DP_WRITE_PARCEL_FAIL; in GetCharacteristicProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp356 return DP_WRITE_PARCEL_FAIL; in PutAccessControlProfileInner()
390 return DP_WRITE_PARCEL_FAIL; in GetTrustDeviceProfileInner()
428 return DP_WRITE_PARCEL_FAIL; in GetAccessControlProfileInner()
444 return DP_WRITE_PARCEL_FAIL; in GetAllAccessControlProfileInner()
535 return DP_WRITE_PARCEL_FAIL; in GetDeviceProfileNewInner()
555 return DP_WRITE_PARCEL_FAIL; in GetServiceProfileInner()
577 return DP_WRITE_PARCEL_FAIL; in GetCharacteristicProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_errors.h112 constexpr int32_t DP_WRITE_PARCEL_FAIL = 98566235; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp373 EXPECT_EQ(DP_WRITE_PARCEL_FAIL, ret);
667 EXPECT_EQ(DP_WRITE_PARCEL_FAIL, ret);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp179 EXPECT_EQ(DP_WRITE_PARCEL_FAIL, result);