/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device_profile_listener.h | 43 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile &profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_profile_change_listener.h | 42 virtual int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) = 0;
|
H A D | profile_change_listener_proxy.h | 41 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_subscribe_info_test.cpp | 95 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener 281 ret = proxy->OnCharacteristicProfileAdd(oldChaProfile);
|
H A D | profile_change_listener_proxy_test.cpp | 126 int32_t ret = proxy.OnCharacteristicProfileAdd(oldProfile);
|
H A D | distributed_device_profile_client_rdb_test.cpp | 98 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
|
H A D | distributed_device_profile_client_kv_test.cpp | 106 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile &profile) in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
H A D | subscribe_profile_manager_test.cpp | 113 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile &profile) in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/ |
H A D | profile_change_listener_stub_test.h | 50 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) override;
|
H A D | profile_change_listener_stub_test.cpp | 104 int32_t MockProfileChangeListenerStub::OnCharacteristicProfileAdd(const CharacteristicProfile& prof… in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dev_profile.h | 59 …int32_t OnCharacteristicProfileAdd(const DistributedDeviceProfile::CharacteristicProfile &profile)…
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 118 int32_t AuthDeviceProfileListener::OnCharacteristicProfileAdd(const CharacteristicProfile &profile) in OnCharacteristicProfileAdd() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 175 int32_t ProfileListenerProxy::OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
|
H A D | profile_change_listener_stub.cpp | 278 OnCharacteristicProfileAdd(characteristicProfile); in OnCharacteristicProfileAddInner()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 108 int32_t DevProfile::SubscribeDPChangeListener::OnCharacteristicProfileAdd(const CharacteristicProfi… in OnCharacteristicProfileAdd() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 386 listenerProxy->OnCharacteristicProfileAdd(charProfile); in NotifyCharProfileAdd()
|