Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp58 &ProfileChangeListenerStub::OnCharacteristicProfileUpdateInner; in ProfileChangeListenerStub()
104 return ProfileChangeListenerStub::OnCharacteristicProfileUpdateInner(data, reply); in OnRemoteRequest()
302 int32_t ProfileChangeListenerStub::OnCharacteristicProfileUpdateInner(MessageParcel& data, MessageP… in OnCharacteristicProfileUpdateInner() function in OHOS::DistributedDeviceProfile::ProfileChangeListenerStub
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dprofile_change_listener_stub.h46 int32_t OnCharacteristicProfileUpdateInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp224 int32_t ret = listenerStub_->OnCharacteristicProfileUpdateInner(data, reply);