Home
last modified time | relevance | path

Searched refs:GetServiceProfileInner (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.cpp61 &DistributedDeviceProfileStubNew::GetServiceProfileInner; in DistributedDeviceProfileStubNew()
159 return GetServiceProfileInner(data, reply); in NotifyEventInner()
388 int32_t DistributedDeviceProfileStubNew::GetServiceProfileInner(MessageParcel& data, MessageParcel&… in GetServiceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h49 int32_t GetServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp226 deviceProfilePutSerStub->GetServiceProfileInner(messageData, reply); in PutServiceProfileInnerTest()
244 deviceProfilePutSerStub->GetServiceProfileInner(messageData, reply); in PutServiceProfileBatchInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h54 int32_t GetServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp84 &DistributedDeviceProfileStub::GetServiceProfileInner; in InitNewIpcInterface()
192 return GetServiceProfileInner(data, reply); in NotifyNewEventInner()
540 int32_t DistributedDeviceProfileStub::GetServiceProfileInner(MessageParcel& data, MessageParcel& re… in GetServiceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp456 int32_t ret = ProfileStub_->GetServiceProfileInner(data, reply);