Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.h143 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 Dpixel_convert_test.cpp145 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 Dcolor_converter_test.cpp80 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 Dhttp_source_plugin_unit_test.cpp77 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 Dbinding.h50 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 Dimage_packer_impl.cpp34 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 Davsource_capi_mock_factory.cpp22 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 Davsource_inner_mock_factory.cpp22 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 Dperf_test.cpp78 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 Dstring_utils.h33 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 Dnative_avsource.cpp73 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 Dsuspend_controller.h156 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 Dconnector.cpp23 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 Depoll_manager.cpp60 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 Depoll_manager.cpp60 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 Dimage_object.h42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject()
129ImageSourceInfo 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()
190ImageSourceInfo 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 Dselect_overlay_scroll_notifier.h26 …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 Ddepict_transform.h48 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 Dfile_source_plugin_unit_test.cpp98 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 DTestHiPlayer.cpp40 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 Dcore_fullscreen_template.json16 "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 Dscreensessionmanager_fuzzer.cpp68 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 Dapng_image_object.h30 ImageSourceInfo source, in ApngImageObject()
42 ImageSourceInfo source, in ApngImageObject()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_packer_impl.h44 …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 Dpower_vibrator.cpp41 for (auto source : sources) { in LoadConfig() local
49 VibratorSource source; in StartVibrator() local

12345678910>>...22