Home
last modified time | relevance | path

Searched refs:GetCharacteristicProfileInner (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.cpp63 &DistributedDeviceProfileStubNew::GetCharacteristicProfileInner; in DistributedDeviceProfileStubNew()
161 return GetCharacteristicProfileInner(data, reply); in NotifyEventInner()
407 int32_t DistributedDeviceProfileStubNew::GetCharacteristicProfileInner(MessageParcel& data, Message… in GetCharacteristicProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h50 int32_t GetCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp262 deviceProfilePutStub->GetCharacteristicProfileInner(messageData, reply); in PutCharacteristicProfileInnerTest()
280 deviceProfileStub->GetCharacteristicProfileInner(messageData, reply); in PutCharacteristicProfileBatchInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h55 int32_t GetCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp86 &DistributedDeviceProfileStub::GetCharacteristicProfileInner; in InitNewIpcInterface()
194 return GetCharacteristicProfileInner(data, reply); in NotifyNewEventInner()
560 int32_t DistributedDeviceProfileStub::GetCharacteristicProfileInner(MessageParcel& data, MessagePar… in GetCharacteristicProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp470 int32_t ret = ProfileStub_->GetCharacteristicProfileInner(data, reply);