Home
last modified time | relevance | path

Searched refs:UnSubscribeDeviceProfileInner (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.cpp71 &DistributedDeviceProfileStubNew::UnSubscribeDeviceProfileInner; in DistributedDeviceProfileStubNew()
131 return UnSubscribeDeviceProfileInner(data, reply); in NotifyAclEventInner()
473 int32_t DistributedDeviceProfileStubNew::UnSubscribeDeviceProfileInner(MessageParcel& data, Message… in UnSubscribeDeviceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h54 int32_t UnSubscribeDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h59 int32_t UnSubscribeDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp94 &DistributedDeviceProfileStub::UnSubscribeDeviceProfileInner; in InitNewIpcInterface()
143 return UnSubscribeDeviceProfileInner(data, reply); in NotifyAclEventInner()
628 int32_t DistributedDeviceProfileStub::UnSubscribeDeviceProfileInner(MessageParcel& data, MessagePar… in UnSubscribeDeviceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp334 deviceProfileSubStub->UnSubscribeDeviceProfileInner(messageData, reply); in SubscribeDeviceProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp526 int32_t ret = ProfileStub_->UnSubscribeDeviceProfileInner(data, reply);