Home
last modified time | relevance | path

Searched refs:SendSubscribeInfosInner (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.cpp75 &DistributedDeviceProfileStubNew::SendSubscribeInfosInner; in DistributedDeviceProfileStubNew()
133 return SendSubscribeInfosInner(data, reply); in NotifyAclEventInner()
505 int32_t DistributedDeviceProfileStubNew::SendSubscribeInfosInner(MessageParcel& data, MessageParcel… in SendSubscribeInfosInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h56 int32_t SendSubscribeInfosInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h61 int32_t SendSubscribeInfosInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp96 &DistributedDeviceProfileStub::SendSubscribeInfosInner; in InitNewIpcInterface()
145 return SendSubscribeInfosInner(data, reply); in NotifyAclEventInner()
662 int32_t DistributedDeviceProfileStub::SendSubscribeInfosInner(MessageParcel& data, MessageParcel& r… in SendSubscribeInfosInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp352 deviceProfileSyncStub->SendSubscribeInfosInner(messageData, reply); in SyncDeviceProfileNewInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp554 int32_t ret = ProfileStub_->SendSubscribeInfosInner(data, reply);