Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp57 &DistributedDeviceProfileStubNew::PutCharacteristicProfileBatchInner; in DistributedDeviceProfileStubNew()
141 return PutCharacteristicProfileBatchInner(data, reply); in NotifyAclEventInner()
356 int32_t DistributedDeviceProfileStubNew::PutCharacteristicProfileBatchInner(MessageParcel& data, Me… in PutCharacteristicProfileBatchInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h47 int32_t PutCharacteristicProfileBatchInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp279 deviceProfileStub->PutCharacteristicProfileBatchInner(messageData, reply); in PutCharacteristicProfileBatchInnerTest()
297 deviceProfileStub->PutCharacteristicProfileBatchInner(messageData, reply); in DeleteCharacteristicProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h52 int32_t PutCharacteristicProfileBatchInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp80 &DistributedDeviceProfileStub::PutCharacteristicProfileBatchInner; in InitNewIpcInterface()
153 return PutCharacteristicProfileBatchInner(data, reply); in NotifyAclEventInner()
508 int32_t DistributedDeviceProfileStub::PutCharacteristicProfileBatchInner(MessageParcel& data, Messa… in PutCharacteristicProfileBatchInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp428 int32_t ret = ProfileStub_->PutCharacteristicProfileBatchInner(data, reply);