/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_controller.h | 143 explicit WakeupMonitor(WakeupSource& source) in WakeupMonitor() 154 explicit PowerkeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PowerkeyWakeupMonitor() 165 explicit KeyboardWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in KeyboardWakeupMonitor() 173 explicit MousekeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in MousekeyWakeupMonitor() 181 explicit TouchpadWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in TouchpadWakeupMonitor() 189 explicit PenWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PenWakeupMonitor() 197 explicit SingleClickWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in SingleClickWakeupMonitor() 205 explicit DoubleClickWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in DoubleClickWakeupMonitor() 213 explicit LidWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in LidWakeupMonitor() 221 explicit SwitchWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in SwitchWakeupMonitor() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 145 uint8_t *source = nullptr; variable 240 uint8_t source[50] = { 0 }; variable 280 uint8_t source[50] = { 0 }; variable 320 uint8_t source[50] = { 0 }; variable 360 uint8_t source[50] = { 0 }; variable 400 uint8_t source[50] = { 0 }; variable 440 uint8_t source[50] = { 0 }; variable 480 uint8_t source[50] = { 0 }; variable 520 uint8_t source[50] = { 0 }; variable 560 uint8_t source[50] = { 0 }; variable [all …]
|
H A D | color_converter_test.cpp | 80 uint8_t source[2] = { 0xA0, 0x64 }; variable 116 uint8_t source[2] = { 0xA0, 0x64 }; variable 153 uint8_t source[2] = { 0xA0, 0x64 }; variable 190 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 229 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 268 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 307 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 346 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 385 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 424 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/ |
H A D | http_source_plugin_unit_test.cpp | 77 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable 95 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 112 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable 129 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MPD_SEGMENT_BASE); variable 141 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 154 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 176 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 199 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 216 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MPD_SEGMENT_BASE); variable 229 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | binding.h | 50 if (const auto source = source_.lock()) { in META_BEGIN_NAMESPACE() local 81 explicit TypedBinding(const Property<const Type>& source) noexcept : Binding(source) {} in TypedBinding() 82 explicit TypedBinding(const PropertyType& source) noexcept : Binding(source) {} in TypedBinding()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_packer_impl.cpp | 34 std::tuple<int32_t, uint8_t*, int64_t> ImagePackerImpl::Packing(PixelMap& source, const PackOption&… in Packing() 40 std::tuple<int32_t, uint8_t*, int64_t> ImagePackerImpl::Packing(ImageSource& source, const PackOpti… in Packing() 46 uint32_t ImagePackerImpl::PackToFile(PixelMap& source, int fd, const PackOption& option) in PackToFile() 51 uint32_t ImagePackerImpl::PackToFile(ImageSource& source, int fd, const PackOption& option) in PackToFile()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/ |
H A D | avsource_capi_mock_factory.cpp | 22 OH_AVSource *source = OH_AVSource_CreateWithURI(uri); in CreateSourceWithURI() local 31 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, offset, size); in CreateSourceWithFD() local 46 OH_AVSource *source = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/ |
H A D | avsource_inner_mock_factory.cpp | 22 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in CreateSourceWithURI() local 31 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in CreateSourceWithFD() local 41 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(dataSource); in CreateWithDataSource() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | perf_test.cpp | 78 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 104 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 130 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 156 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 187 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 218 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 249 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 280 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 311 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 342 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | string_utils.h | 33 static bool IsEmpty(std::string source) in IsEmpty() 38 static std::string Trim(const std::string &source) in Trim()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/ |
H A D | native_avsource.cpp | 73 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in OH_AVSource_CreateWithURI() local 88 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in OH_AVSource_CreateWithFD() local 102 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(nativeAVDataSource); in OH_AVSource_CreateWithDataSource() local 111 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source) in OH_AVSource_Destroy() 120 OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source) in OH_AVSource_GetSourceFormat() 140 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex) in OH_AVSource_GetTrackFormat()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_controller.h | 156 explicit SuspendMonitor(const SuspendSource& source) in SuspendMonitor() 171 explicit PowerKeySuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in PowerKeySuspendMonitor() 186 explicit TimeoutSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in TimeoutSuspendMonitor() 195 explicit LidSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in LidSuspendMonitor() 203 explicit SwitchSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in SwitchSuspendMonitor()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | connector.cpp | 23 auto source = source_.lock(); in META_BEGIN_NAMESPACE() local 49 auto source = source_.lock(); in DetachFrom() local 62 bool Connector::Connect(const IObject::Ptr& source, const BASE_NS::string& event, const BASE_NS::st… in Connect()
|
/ohos5.0/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 60 int32_t EpollManager::Add(IEpollEventSource &source) in Add() 75 void EpollManager::Remove(IEpollEventSource &source) in Remove() 84 int32_t EpollManager::Update(IEpollEventSource &source) in Update() 131 IEpollEventSource *source = reinterpret_cast<IEpollEventSource *>(evs[index].data.ptr); in DispatchOne() local
|
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 60 int32_t EpollManager::Add(IEpollEventSource &source) in Add() 75 void EpollManager::Remove(IEpollEventSource &source) in Remove() 84 int32_t EpollManager::Update(IEpollEventSource &source) in Update() 131 IEpollEventSource *source = reinterpret_cast<IEpollEventSource *>(evs[index].data.ptr); in DispatchOne() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.h | 42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject() 129 … ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkSVGDOM>& skiaDom) in SvgSkiaImageObject() 156 …SvgImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const RefPtr<Svg… in SvgImageObject() 185 …StaticImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<S… in StaticImageObject() 190 …ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& … in StaticImageObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_scroll_notifier.h | 26 …nline void NotifyOnScrollCallback(WeakPtr<ScrollablePattern> pattern, float offset, int32_t source) in NotifyOnScrollCallback() 36 …c inline void NotifyOnScrollEvent(WeakPtr<ScrollablePattern> pattern, float offset, int32_t source) in NotifyOnScrollEvent()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/ |
H A D | depict_transform.h | 48 DepictTransform(VertexSource& source, TransAffine& tr) in DepictTransform() 51 void Attach(VertexSource& source) in Attach()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/plugins_source_test/ |
H A D | file_source_plugin_unit_test.cpp | 98 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>("file:////"); variable 110 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(uri); variable
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHiPlayer.cpp | 40 static OHOS::Media::Source source; member in OHOS::Media::Test::UtTestHiPlayer 100 OHOS::Media::Source UtTestHiPlayer::source("./test.mp3"); member in OHOS::Media::Test::UtTestHiPlayer
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/ |
H A D | core_fullscreen_template.json | 16 "source": "snippets/core_image_blocks.json" string 20 "source": "snippets/core_lerp_blocks.json" string
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 68 DataSource source(data, size); in IPCFuzzTest() local 200 DataSource source(data, size); in IPCInterfaceFuzzTest() local 225 DataSource source(data, size); in ProxyInterfaceFuzzTestPart1() local 261 DataSource source(data, size); in ProxyInterfaceFuzzTestPart2() local 296 DataSource source(data, size); in ProxyInterfaceFuzzTestPart3() local 334 DataSource source(data, size); in ProxyInterfaceFuzzTestPart4() local 371 DataSource source(data, size); in ProxyInterfaceFuzzTestPart5() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_object.h | 30 ImageSourceInfo source, in ApngImageObject() 42 ImageSourceInfo source, in ApngImageObject()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_packer_impl.h | 44 …std::tuple<int32_t, uint8_t*, int64_t> CommonPacking(T& source, const PackOption& option, uint64_t… in CommonPacking() 89 uint32_t CommonPackToFile(T& source, int fd, const PackOption& option) in CommonPackToFile()
|
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | power_vibrator.cpp | 41 for (auto source : sources) { in LoadConfig() local 49 VibratorSource source; in StartVibrator() local
|