Home
last modified time | relevance | path

Searched refs:SubscribeProfileEventInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h38 int32_t SubscribeProfileEventInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp49 &DistributedDeviceProfileStub::SubscribeProfileEventInner; in DistributedDeviceProfileStub()
175 return SubscribeProfileEventInner(data, reply); in NotifyOldEventInner()
270 int32_t DistributedDeviceProfileStub::SubscribeProfileEventInner(MessageParcel& data, MessageParcel… in SubscribeProfileEventInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp117 deviceProfileStub->SubscribeProfileEventInner(messageData, reply); in FuzzDumpLocalProfile()