Home
last modified time | relevance | path

Searched refs:GetTrustDeviceProfileInner (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.cpp41 &DistributedDeviceProfileStubNew::GetTrustDeviceProfileInner; in DistributedDeviceProfileStubNew()
119 return GetTrustDeviceProfileInner(data, reply); in NotifyAclEventInner()
226 int32_t DistributedDeviceProfileStubNew::GetTrustDeviceProfileInner(MessageParcel& data, MessagePar… in GetTrustDeviceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h39 int32_t GetTrustDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h44 int32_t GetTrustDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp64 &DistributedDeviceProfileStub::GetTrustDeviceProfileInner; in InitNewIpcInterface()
131 return GetTrustDeviceProfileInner(data, reply); in NotifyAclEventInner()
377 int32_t DistributedDeviceProfileStub::GetTrustDeviceProfileInner(MessageParcel& data, MessageParcel… in GetTrustDeviceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp152 deviceProfileGetStub->GetTrustDeviceProfileInner(messageData, reply); in GetTrustDeviceProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp326 int32_t ret = ProfileStub_->GetTrustDeviceProfileInner(data, reply);