Home
last modified time | relevance | path

Searched refs:PutCharacteristicProfileInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp55 &DistributedDeviceProfileStubNew::PutCharacteristicProfileInner; in DistributedDeviceProfileStubNew()
139 return PutCharacteristicProfileInner(data, reply); in NotifyAclEventInner()
341 int32_t DistributedDeviceProfileStubNew::PutCharacteristicProfileInner(MessageParcel& data, Message… in PutCharacteristicProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h46 int32_t PutCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h51 int32_t PutCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp78 &DistributedDeviceProfileStub::PutCharacteristicProfileInner; in InitNewIpcInterface()
151 return PutCharacteristicProfileInner(data, reply); in NotifyAclEventInner()
493 int32_t DistributedDeviceProfileStub::PutCharacteristicProfileInner(MessageParcel& data, MessagePar… in PutCharacteristicProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp261 deviceProfilePutStub->PutCharacteristicProfileInner(messageData, reply); in PutCharacteristicProfileInnerTest()