Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp52 &ProfileChangeListenerStub::OnServiceProfileUpdateInner; in ProfileChangeListenerStub()
98 return ProfileChangeListenerStub::OnServiceProfileUpdateInner(data, reply); in OnRemoteRequest()
249 int32_t ProfileChangeListenerStub::OnServiceProfileUpdateInner(MessageParcel& data, MessageParcel& … in OnServiceProfileUpdateInner() function in OHOS::DistributedDeviceProfile::ProfileChangeListenerStub
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dprofile_change_listener_stub.h43 int32_t OnServiceProfileUpdateInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp200 int32_t ret = listenerStub_->OnServiceProfileUpdateInner(data, reply);