/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device_profile_listener.h | 38 int32_t OnDeviceProfileDelete(const DeviceProfile &profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_profile_change_listener.h | 37 virtual int32_t OnDeviceProfileDelete(const DeviceProfile& profile) = 0;
|
H A D | profile_change_listener_proxy.h | 36 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_subscribe_info_test.cpp | 75 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener 265 ret = proxy->OnDeviceProfileDelete(oldDeviceProfile);
|
H A D | profile_change_listener_proxy_test.cpp | 94 ret = proxy.OnDeviceProfileDelete(oldProfile);
|
H A D | distributed_device_profile_client_rdb_test.cpp | 78 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
|
H A D | distributed_device_profile_client_kv_test.cpp | 86 int32_t OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
H A D | subscribe_profile_manager_test.cpp | 93 int32_t OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/ |
H A D | profile_change_listener_stub_test.h | 45 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) override;
|
H A D | profile_change_listener_stub_test.cpp | 70 int32_t MockProfileChangeListenerStub::OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dev_profile.h | 52 … int32_t OnDeviceProfileDelete(const DistributedDeviceProfile::DeviceProfile &profile) override;
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 84 int32_t AuthDeviceProfileListener::OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 92 int32_t ProfileListenerProxy::OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
|
H A D | profile_change_listener_stub.cpp | 188 OnDeviceProfileDelete(deviceProfile); in OnDeviceProfileDeleteInner()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 76 int32_t DevProfile::SubscribeDPChangeListener::OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 278 listenerProxy->OnDeviceProfileDelete(deviceProfile); in NotifyDeviceProfileDelete()
|