/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_web_storage_origin_impl.cpp | 42 void ArkWebWebStorageOriginImpl::SetUsage(long usage) in SetUsage() function in OHOS::ArkWeb::ArkWebWebStorageOriginImpl 44 nweb_web_storage_origin_->SetUsage(usage); in SetUsage()
|
H A D | ark_web_web_storage_origin_impl.h | 38 void SetUsage(long usage) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_web_storage_origin_wrapper.cpp | 42 void ArkWebWebStorageOriginWrapper::SetUsage(long usage) in SetUsage() function in OHOS::ArkWeb::ArkWebWebStorageOriginWrapper 44 ark_web_web_storage_origin_->SetUsage(usage); in SetUsage()
|
H A D | ark_web_web_storage_origin_wrapper.h | 36 void SetUsage(long usage) override;
|
/ohos5.0/base/sensors/miscdevice/frameworks/capi/ |
H A D | vibrator.cpp | 37 if (!OHOS::Sensors::SetUsage(vibrateAttribute.usage)) { in OH_Vibrator_PlayVibration() 63 if (!OHOS::Sensors::SetUsage(vibrateAttribute.usage)) { in OH_Vibrator_PlayVibrationCustom()
|
/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/native/ |
H A D | vibrator_agent_test.cpp | 240 bool ret = SetUsage(0); 247 bool ret = SetUsage(-1); 254 bool ret = SetUsage(USAGE_MAX); 320 bool flag = SetUsage(USAGE_ALARM); 342 bool flag = SetUsage(USAGE_UNKNOWN); 368 bool flag = SetUsage(USAGE_ALARM); 390 bool flag = SetUsage(USAGE_UNKNOWN); 408 bool flag = SetUsage(USAGE_ALARM); 430 bool flag = SetUsage(USAGE_UNKNOWN); 456 bool flag = SetUsage(USAGE_ALARM); [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/ |
H A D | system_sound_vibrator.cpp | 61 bool setUsageRet = Sensors::SetUsage(VIBRATOR_USAGE_MAP.at(type)); in StartVibrator() 99 Sensors::SetUsage(USAGE_NOTIFICATION); in StartVibratorForSystemTone()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_vibrator_impl.cpp | 273 (void)Sensors::SetUsage(vibratorUsage_); in StartVibrateWithEffect() 306 (void)Sensors::SetUsage(vibratorUsage_); in StartVibrateForSoundPool() 330 (void)Sensors::SetUsage(vibratorUsage_); in RunVibrationPatterns() 396 (void)Sensors::SetUsage(vibratorUsage_); in StartVibrateForAVPlayer()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_web_storage_origin.h | 38 virtual void SetUsage(long usage) = 0;
|
/ohos5.0/base/sensors/miscdevice/test/fuzztest/vibrator/setusage_fuzzer/ |
H A D | setusage_fuzzer.cpp | 30 bool ret = OHOS::Sensors::SetUsage(usage); in SetUsageFuzzTest()
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_queue_producer.cpp | 159 product->SetUsage(usage); in OnSetUsage() 351 void BufferQueueProducer::SetUsage(uint32_t usage) in SetUsage() function in OHOS::BufferQueueProducer 354 bufferQueue_->SetUsage(usage); in SetUsage()
|
H A D | buffer_manager.cpp | 168 buffer->SetUsage(usage); in AllocBuffer() 191 buffer->SetUsage(usage); in AllocBuffer()
|
H A D | surface_impl.cpp | 166 void SurfaceImpl::SetUsage(uint32_t usage) in SetUsage() function in OHOS::SurfaceImpl 170 producer_->SetUsage(usage); in SetUsage()
|
H A D | buffer_client_producer.h | 156 void SetUsage(uint32_t usage) override;
|
H A D | buffer_queue_producer.h | 159 void SetUsage(uint32_t usage) override;
|
/ohos5.0/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 102 buffer->SetUsage(usage); 145 buffer.SetUsage(usage); 435 surface->SetUsage(4); 439 surface->SetUsage(3);
|
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/vibrator/ |
H A D | vibrator_agent.h | 132 bool SetUsage(int32_t usage, bool systemUsage = false);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_web_storage.h | 52 virtual void SetUsage(long usage) = 0;
|
/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/ |
H A D | buffer_producer.h | 169 virtual void SetUsage(uint32_t usage) = 0;
|
H A D | surface_impl.h | 134 void SetUsage(uint32_t usage) override;
|
H A D | buffer_queue.h | 171 void SetUsage(uint32_t usage);
|
/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/ |
H A D | surface.h | 201 virtual void SetUsage(uint32_t usage) = 0;
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | collator.h | 66 void SetUsage();
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | collator.cpp | 154 void Collator::SetUsage() in SetUsage() function in OHOS::Global::I18n::Collator 242 SetUsage(); in InitCollator()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dimage_buffer.h | 55 void SetUsage(const uint64_t usage);
|