Home
last modified time | relevance | path

Searched defs:newProfile (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_change_listener_proxy_test.cpp70 TrustDeviceProfile newProfile; variable
88 DeviceProfile newProfile; variable
106 ServiceProfile newProfile; variable
124 CharacteristicProfile newProfile; variable
H A Ddistributed_device_profile_client_rdb_test.cpp68 …rustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile, const TrustDeviceProfile& newProfile) in OnTrustDeviceProfileUpdate()
82 … int32_t OnDeviceProfileUpdate(const DeviceProfile& oldProfile, const DeviceProfile& newProfile) in OnDeviceProfileUpdate()
94 … int32_t OnServiceProfileUpdate(const ServiceProfile& oldProfile, const ServiceProfile& newProfile) in OnServiceProfileUpdate()
107 const CharacteristicProfile& newProfile) in OnCharacteristicProfileUpdate()
H A Ddp_subscribe_info_test.cpp65 …rustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile, const TrustDeviceProfile& newProfile) in OnTrustDeviceProfileUpdate()
79 … int32_t OnDeviceProfileUpdate(const DeviceProfile& oldProfile, const DeviceProfile& newProfile) in OnDeviceProfileUpdate()
91 … int32_t OnServiceProfileUpdate(const ServiceProfile& oldProfile, const ServiceProfile& newProfile) in OnServiceProfileUpdate()
104 const CharacteristicProfile& newProfile) in OnCharacteristicProfileUpdate()
H A Dsubscribe_profile_manager_test.cpp85 …rustDeviceProfileUpdate(const TrustDeviceProfile &oldProfile, const TrustDeviceProfile &newProfile) in OnTrustDeviceProfileUpdate()
97 int32_t OnDeviceProfileUpdate(const DeviceProfile &oldProfile, const DeviceProfile &newProfile) in OnDeviceProfileUpdate()
109 … int32_t OnServiceProfileUpdate(const ServiceProfile &oldProfile, const ServiceProfile &newProfile) in OnServiceProfileUpdate()
122 const CharacteristicProfile &newProfile) in OnCharacteristicProfileUpdate()
225 TrustDeviceProfile newProfile; variable
441 TrustDeviceProfile newProfile; variable
645 TrustDeviceProfile newProfile; variable
H A Ddistributed_device_profile_client_kv_test.cpp78 …rustDeviceProfileUpdate(const TrustDeviceProfile &oldProfile, const TrustDeviceProfile &newProfile) in OnTrustDeviceProfileUpdate()
90 int32_t OnDeviceProfileUpdate(const DeviceProfile &oldProfile, const DeviceProfile &newProfile) in OnDeviceProfileUpdate()
102 … int32_t OnServiceProfileUpdate(const ServiceProfile &oldProfile, const ServiceProfile &newProfile) in OnServiceProfileUpdate()
115 const CharacteristicProfile &newProfile) in OnCharacteristicProfileUpdate()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp70 const TrustDeviceProfile &oldProfile, const TrustDeviceProfile &newProfile) in OnTrustDeviceProfileUpdate()
91 const DeviceProfile &oldProfile, const DeviceProfile &newProfile) in OnDeviceProfileUpdate()
111 const ServiceProfile &oldProfile, const ServiceProfile &newProfile) in OnServiceProfileUpdate()
131 const CharacteristicProfile &oldProfile, const CharacteristicProfile &newProfile) in OnCharacteristicProfileUpdate()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp58 const TrustDeviceProfile& newProfile) in OnTrustDeviceProfileUpdate()
107 …tenerProxy::OnDeviceProfileUpdate(const DeviceProfile& oldProfile, const DeviceProfile& newProfile) in OnDeviceProfileUpdate()
156 …erProxy::OnServiceProfileUpdate(const ServiceProfile& oldProfile, const ServiceProfile& newProfile) in OnServiceProfileUpdate()
206 const CharacteristicProfile& newProfile) in OnCharacteristicProfileUpdate()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp64 const TrustDeviceProfile &oldProfile, const TrustDeviceProfile &newProfile) in OnTrustDeviceProfileUpdate()
83 const DeviceProfile &oldProfile, const DeviceProfile &newProfile) in OnDeviceProfileUpdate()
102 const ServiceProfile &oldProfile, const ServiceProfile &newProfile) in OnServiceProfileUpdate()
121 const CharacteristicProfile &oldProfile, const CharacteristicProfile &newProfile) in OnCharacteristicProfileUpdate()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp57 const TrustDeviceProfile& newProfile) in OnTrustDeviceProfileUpdate()
78 const DeviceProfile& newProfile) in OnDeviceProfileUpdate()
98 const ServiceProfile& newProfile) in OnServiceProfileUpdate()
115 const CharacteristicProfile& newProfile) in OnCharacteristicProfileUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp108 auto newProfile = std::make_shared<ScreenProfile>(width, height, rate, modeId); in AddScreenModeInfo() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp137 Camera_VideoProfile* newProfile = new Camera_VideoProfile; in GetVideoProfile() local
H A Dpreview_output_impl.cpp131 Camera_Profile* newProfile = new Camera_Profile; in GetActiveProfile() local
H A Dphoto_output_impl.cpp378 Camera_Profile* newProfile = new Camera_Profile; in GetActiveProfile() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp159 IProfile *newProfile = ClassCreator<IProfile>::NewInstance(sp.name_); in CreateBleProfileServices() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1247 const TrustDeviceProfile &newProfile) in UpdateTrustDeviceProfileNotify()