/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device_profile_listener.h | 44 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile &prpfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_profile_change_listener.h | 43 virtual int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) = 0;
|
H A D | profile_change_listener_proxy.h | 42 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_subscribe_info_test.cpp | 99 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener 283 ret = proxy->OnCharacteristicProfileDelete(oldChaProfile);
|
H A D | profile_change_listener_proxy_test.cpp | 130 ret = proxy.OnCharacteristicProfileDelete(oldProfile);
|
H A D | distributed_device_profile_client_rdb_test.cpp | 102 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
|
H A D | distributed_device_profile_client_kv_test.cpp | 110 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile &profile) in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
H A D | subscribe_profile_manager_test.cpp | 117 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile &profile) in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/ |
H A D | profile_change_listener_stub_test.h | 51 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) override;
|
H A D | profile_change_listener_stub_test.cpp | 109 int32_t MockProfileChangeListenerStub::OnCharacteristicProfileDelete(const CharacteristicProfile& p… in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dev_profile.h | 60 …int32_t OnCharacteristicProfileDelete(const DistributedDeviceProfile::CharacteristicProfile &profi…
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 124 int32_t AuthDeviceProfileListener::OnCharacteristicProfileDelete(const CharacteristicProfile &profi… in OnCharacteristicProfileDelete() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 190 int32_t ProfileListenerProxy::OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
|
H A D | profile_change_listener_stub.cpp | 294 OnCharacteristicProfileDelete(characteristicProfile); in OnCharacteristicProfileDeleteInner()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 114 int32_t DevProfile::SubscribeDPChangeListener::OnCharacteristicProfileDelete(const CharacteristicPr… in OnCharacteristicProfileDelete() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 443 listenerProxy->OnCharacteristicProfileDelete(charProfile); in NotifyCharProfileDelete()
|