/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 309 SourceOptions opts; in CollectRanges() local
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_proxy_ex_test.cpp | 84 Media::InitializationOptions opts; in CreatePixelMap() local
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 77 OHOS::Media::SourceOptions opts; in DecodeImageToPixelMap() local
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_record_test.cpp | 117 InitializationOptions opts = { { width_, height_ }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in AddPixelMapUdsEntry() local
|
H A D | paste_data_entry_test.cpp | 101 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in InitPixelMapEntry() local
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
H A D | pasteboardclient_fuzzer.cpp | 122 InitializationOptions opts = { { 5, 7}, PixelFormat::ARGB_8888 }; in FuzzPasteboard() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.cpp | 392 int opts = fcntl(fd, F_GETFL); in SetPanNetworkNonBlocking() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.cpp | 349 int opts = fcntl(fd, F_GETFL); in SetUhidNonBlocking() local
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 820 Media::InitializationOptions opts; in HWTEST_F() local
|
H A D | window_manager_proxy_test.cpp | 533 Media::InitializationOptions opts; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 135 auto&& opts = hostNode->GetLayoutProperty()->GetSafeAreaExpandOpts(); in OnModifyDone() local 340 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_SYSTEM | SAFE_AREA_TYPE_CUTOUT, in OnAttachToFrameNode() local 378 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in NeedIgnoreKeyboard() local [all...] |
H A D | navdestination_layout_algorithm.cpp | 52 SafeAreaExpandOpts opts = {.type = SAFE_AREA_TYPE_SYSTEM, .edges = SAFE_AREA_EDGE_TOP}; in CheckTopEdgeOverlap() local 92 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_SYSTEM, .edges = SAFE_AREA_EDGE_BOTTOM }; in CheckBottomEdgeOverlap() local 26 CheckTopEdgeOverlap(const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, const RefPtr<NavDestinationGroupNode>& hostNode, SafeAreaExpandOpts opts) CheckTopEdgeOverlap() argument 66 CheckBottomEdgeOverlap(const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, const RefPtr<NavDestinationGroupNode>& hostNode, SafeAreaExpandOpts opts) CheckBottomEdgeOverlap() argument 107 auto opts = navDestinationLayoutProperty->GetIgnoreLayoutSafeAreaValue({.type = SAFE_AREA_TYPE_NONE, CheckIgnoreLayoutSafeArea() local 121 SafeAreaExpandOpts opts = {.type = SAFE_AREA_TYPE_SYSTEM, .edges = SAFE_AREA_EDGE_NONE}; CheckIgnoreLayoutSafeArea() local 244 auto opts = navDestinationLayoutProperty->GetIgnoreLayoutSafeAreaValue({.type = SAFE_AREA_TYPE_NONE, LayoutContent() local 379 auto&& opts = navDestinationLayoutProperty->GetSafeAreaExpandOpts(); Layout() local [all...] |
H A D | navdestination_group_node.cpp | 73 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_SYSTEM | SAFE_AREA_TYPE_CUTOUT, in AddChildToGroup() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_layout_algorithm.cpp | 139 SafeAreaExpandOpts opts = {.type = SAFE_AREA_TYPE_SYSTEM, .edges = SAFE_AREA_EDGE_TOP}; in CheckTopEdgeOverlap() local 177 SafeAreaExpandOpts opts = {.type = SAFE_AREA_TYPE_SYSTEM, .edges = SAFE_AREA_EDGE_BOTTOM}; in CheckBottomEdgeOverlap() local 115 CheckTopEdgeOverlap(const RefPtr<NavBarLayoutProperty>& navBarLayoutProperty, const RefPtr<NavBarNode>& hostNode, SafeAreaExpandOpts opts) CheckTopEdgeOverlap() argument 153 CheckBottomEdgeOverlap(const RefPtr<NavBarLayoutProperty>& navBarLayoutProperty, const RefPtr<NavBarNode>& hostNode, SafeAreaExpandOpts opts) CheckBottomEdgeOverlap() argument 196 auto opts = navBarLayoutProperty->GetIgnoreLayoutSafeAreaValue({.type = SAFE_AREA_TYPE_NONE, CheckIgnoreLayoutSafeArea() local 281 auto opts = navBarLayoutProperty->GetIgnoreLayoutSafeAreaValue({.type = SAFE_AREA_TYPE_NONE, LayoutContent() local 353 auto opts = navBarLayoutProperty->GetIgnoreLayoutSafeAreaValue({.type = SAFE_AREA_TYPE_NONE, Layout() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | navigation_model_impl.cpp | 280 void NavigationModelImpl::SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {} in SetIgnoreLayoutSafeArea() argument
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 91 OHOS::Media::InitializationOptions opts; in CopyPixelMap() local 200 Media::InitializationOptions opts; in GetPixelManager() local 281 Media::InitializationOptions opts; in ConvertSkImageToPixmap() local
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_property_test_ng.cpp | 739 SafeAreaExpandOpts opts;
in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_group_test_ng.cpp | 787 SafeAreaExpandOpts opts; in HWTEST_F() local 828 SafeAreaExpandOpts opts; in HWTEST_F() local 874 SafeAreaExpandOpts opts; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 339 auto& opts = layoutProperty->GetSafeAreaExpandOpts(); in FindNavNode() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/ |
H A D | image_fuzzer.cpp | 545 Media::InitializationOptions opts; in ImageFuzzTest016() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_ui_capture.cpp | 160 Media::InitializationOptions opts; in CreatePixelMapByNode() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | ext_decoder_test.cpp | 222 PixelDecodeOptions opts;
in HWTEST_F() local 254 PixelDecodeOptions opts; HWTEST_F() local 1013 const PlEncodeOptions opts; HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixelmap_native_ndk_test.cpp | 251 OH_Pixelmap_InitializationOptions *opts = nullptr; in HWTEST_F() local 700 OH_DecodingOptions *opts = nullptr; in HWTEST_F() local 744 OH_DecodingOptions *opts = nullptr; in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 34 SourceOptions opts; in CreateImageSource() local 39 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSourceWithOption(std::string uri, SourceOptions &opts, in CreateImageSourceWithOption() argument 48 SourceOptions opts; in CreateImageSource() local 53 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSourceWithOption(int fd, SourceOptions &opts, in CreateImageSourceWithOption() argument 62 SourceOptions opts; in CreateImageSource() local 67 CreateImageSourceWithOption(uint8_t *data, uint32_t size, SourceOptions &opts, uint32_t* errCode) CreateImageSourceWithOption() argument 74 CreateImageSource(const int fd, int32_t offset, int32_t length, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument 83 CreateIncrementalSource( const uint8_t *data, uint32_t size, SourceOptions &opts, uint32_t &errorCode) CreateIncrementalSource() argument 286 CreatePixelMap(uint32_t index, DecodeOptions &opts, uint32_t &errorCode) CreatePixelMap() argument 311 CreatePixelMapList(uint32_t index, DecodeOptions opts, uint32_t* errorCode) CreatePixelMapList() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_jpeg_test.cpp | 84 SourceOptions opts; in CreateImageSourceFromFilePath() local 93 SourceOptions opts; in CreateImageSourceFromHWPath() local 111 SourceOptions opts; in HWTEST_F() local 131 SourceOptions opts; in HWTEST_F() local 158 SourceOptions opts; HWTEST_F() local 176 SourceOptions opts; HWTEST_F() local 201 SourceOptions opts; HWTEST_F() local 224 SourceOptions opts; HWTEST_F() local 255 SourceOptions opts; HWTEST_F() local 290 IncrementalSourceOptions opts; HWTEST_F() local 309 SourceOptions opts; HWTEST_F() local 345 SourceOptions opts; HWTEST_F() local 390 SourceOptions opts; HWTEST_F() local 443 SourceOptions opts; HWTEST_F() local 476 SourceOptions opts; HWTEST_F() local 503 SourceOptions opts; HWTEST_F() local 525 SourceOptions opts; HWTEST_F() local 574 SourceOptions opts; HWTEST_F() local 601 SourceOptions opts; HWTEST_F() local 620 SourceOptions opts; HWTEST_F() local 645 SourceOptions opts; HWTEST_F() local 693 SourceOptions opts; HWTEST_F() local 787 SourceOptions opts; HWTEST_F() local 977 SourceOptions opts; HWTEST_F() local 1028 SourceOptions opts; HWTEST_F() local 1064 SourceOptions opts; HWTEST_F() local 2246 SourceOptions opts; HWTEST_F() local 2881 SourceOptions opts; HWTEST_F() local 3302 SourceOptions opts; HWTEST_F() local 3361 SourceOptions opts; HWTEST_F() local 3386 SourceOptions opts; HWTEST_F() local 3429 SourceOptions opts; HWTEST_F() local 3474 SourceOptions opts; HWTEST_F() local [all...] |