Home
last modified time | relevance | path

Searched refs:SubscribeDeviceProfileInner (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.cpp69 &DistributedDeviceProfileStubNew::SubscribeDeviceProfileInner; in DistributedDeviceProfileStubNew()
129 return SubscribeDeviceProfileInner(data, reply); in NotifyAclEventInner()
458 int32_t DistributedDeviceProfileStubNew::SubscribeDeviceProfileInner(MessageParcel& data, MessagePa… in SubscribeDeviceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h53 int32_t SubscribeDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h58 int32_t SubscribeDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp92 &DistributedDeviceProfileStub::SubscribeDeviceProfileInner; in InitNewIpcInterface()
141 return SubscribeDeviceProfileInner(data, reply); in NotifyAclEventInner()
613 int32_t DistributedDeviceProfileStub::SubscribeDeviceProfileInner(MessageParcel& data, MessageParce… in SubscribeDeviceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp333 deviceProfileSubStub->SubscribeDeviceProfileInner(messageData, reply); in SubscribeDeviceProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp512 int32_t ret = ProfileStub_->SubscribeDeviceProfileInner(data, reply);