Home
last modified time | relevance | path

Searched refs:GetDeviceProfileInner (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/
H A Dputdeviceprofileinner_fuzzer.cpp89 deviceProfileStub->GetDeviceProfileInner(messageData, reply); in FuzzDumpLocalProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp59 &DistributedDeviceProfileStubNew::GetDeviceProfileInner; in DistributedDeviceProfileStubNew()
157 return GetDeviceProfileInner(data, reply); in NotifyEventInner()
371 int32_t DistributedDeviceProfileStubNew::GetDeviceProfileInner(MessageParcel& data, MessageParcel& … in GetDeviceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h48 int32_t GetDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h37 int32_t GetDeviceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp47 &DistributedDeviceProfileStub::GetDeviceProfileInner; in DistributedDeviceProfileStub()
173 return GetDeviceProfileInner(data, reply); in NotifyOldEventInner()
248 int32_t DistributedDeviceProfileStub::GetDeviceProfileInner(MessageParcel& data, MessageParcel& rep… in GetDeviceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp442 int32_t ret = ProfileStub_->GetDeviceProfileInner(data, reply);