Home
last modified time | relevance | path

Searched defs:false (Results 401 - 425 of 1254) sorted by relevance

1...<<11121314151617181920>>...51

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h44 ImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, bool isSvg = false) in ImageObject() argument
91 UploadToGpuForRender(const WeakPtr<PipelineBase>& context, const UploadSuccessCallback& successCallback, const FailedCallback& failedCallback, const Size& imageSize, bool forceResize, bool syncMode = false) UploadToGpuForRender() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h126 SetIndicatorInteractive(false); variable
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp610 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), shared_from_this(), false); in SubscribeToFramework() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h47 QueryAbilityInfosWithFlag(const Want &want, int32_t flags, int32_t userId, std::vector<AbilityInfo> &abilityInfos, bool isNewVersion = false) QueryAbilityInfosWithFlag() argument
52 GetBundleInfo(const std::string &bundleName, int32_t flags, int32_t userId, BundleInfo &bundleInfo, bool isNewVersion = false) GetBundleInfo() argument
57 GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId, bool isNewVersion = false) GetBundleInfos() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1103 LayoutChildren(bool neeInvalidate = false) LayoutChildren() argument
[all...]
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h54 FlushSem(bool isFlushing = false) : sem_(1, 1), isFlushing_(isFlushing) {} in FlushSem() argument
/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp565 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, UIImageView::ImageResizeMode::NONE); in UIKitUIImageTestResize001() local
570 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, UIImageView::ImageResizeMode::FILL); in UIKitUIImageTestResize001() local
576 false, UIImageView::ImageResizeMode::CONTAIN); in UIKitUIImageTestResize001() local
581 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local
587 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local
593 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp55 CHECK_AND_RETURN_LOG_RET(BluetoothHost::IsValidBluetoothAddr(address_), false, in IsValidBluetoothRemoteDevice() local
82 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device."); in SetPhonebookPermission() local
100 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device."); in SetMessagePermission() local
221 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); in IsBondedFromLocal() local
229 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); in IsAclConnected() local
238 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); IsAclEncrypted() local
302 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); SetDevicePasskey() local
311 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); PairRequestReply() local
320 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), false, "Invalid remote device"); ReadRemoteRssiValue() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp39 ConvertScanResult(const std::vector<BleScanResult> &results, const napi_env &env, napi_value &scanResultArray, bool isSysInterface = false) ConvertScanResult() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp261 NAPI_BT_RETURN_IF(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr) != napi_ok, "call failed.", false); in CheckSetTetheringParam() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h436 BASE_NS::vector<META_NS::IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids = {}, bool strict = false) in GetAttachments() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp158 META_ACCESS_PROPERTY(Running)->SetValue(false); variable
172 META_ACCESS_PROPERTY(Running)->SetValue(false); variable
245 false); SetValid() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp214 META_NS::SetObjectFlags(GetSelf(), ObjectFlagBits::SERIALIZE, false); in Build() local
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_source.c42 PA_MODULE_LOAD_ONCE(false); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp69 void Node::GetAndRange(std::vector<Range>& res, bool isParentNodePos = false, bool isParentNodeNeg = false) in GetAndRange() argument
85 void Node::GetOrRange(std::vector<Range>& res, bool isParentNodePos = false, bool isParentNodeNeg = false) in GetOrRange() argument
101 void Node::GetXOrRange(std::vector<Range>& res, bool isParentNodePos = false, bool isParentNodeNeg = false) in GetXOrRange() argument
119 void Node::GetSubRange(std::vector<Range>& res, bool isParentNodePos = false, bool isParentNodeNeg = false) in GetSubRange() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_pen_test.cpp84 EXPECT_EQ(OH_Drawing_PenIsAntiAlias(pen1), false); in HWTEST_F() local
205 EXPECT_EQ(OH_Drawing_PenIsAntiAlias(pen9), false); in HWTEST_F() local
H A Ddrawing_font_test.cpp73 EXPECT_EQ(OH_Drawing_FontIsBaselineSnap(nullptr), false); in HWTEST_F() local
76 EXPECT_EQ(OH_Drawing_FontIsBaselineSnap(nullptr), false); in HWTEST_F() local
80 EXPECT_EQ(OH_Drawing_FontIsBaselineSnap(font), false); in HWTEST_F() local
96 EXPECT_EQ(OH_Drawing_FontIsSubpixel(nullptr), false); in HWTEST_F() local
99 EXPECT_EQ(OH_Drawing_FontIsSubpixel(nullptr), false); in HWTEST_F() local
103 EXPECT_EQ(OH_Drawing_FontIsSubpixel(font), false); in HWTEST_F() local
215 EXPECT_EQ(OH_Drawing_FontIsForceAutoHinting(nullptr), false); HWTEST_F() local
219 EXPECT_EQ(OH_Drawing_FontIsForceAutoHinting(font), false); HWTEST_F() local
223 EXPECT_EQ(OH_Drawing_FontIsForceAutoHinting(font), false); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.cpp41 static bool IsFloatingNumber(std::string str, bool allowNeg = false) in IsFloatingNumber() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3103 canvasNode->NotifyTransition(RSTransitionEffect::Create(), false); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp166 target_->CheckGroupableAnimation(GetPropertyId(), false); in Detach() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp49 CreateVkImage(RsVulkanContext& vkContext, VkImage* image, const VkNativeBufferFormatPropertiesOHOS& nbFormatProps, const VkExtent3D& imageSize, VkImageUsageFlags usageFlags = 0, bool isProtected = false) CreateVkImage() argument
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp182 SetNativeObject(interface_pointer_cast<META_NS::IObject>(node), false); in CameraJS() local
H A DEnvironmentJS.cpp194 SetNativeObject(interface_pointer_cast<META_NS::IObject>(env), false); in EnvironmentJS() local
H A DLightJS.cpp96 instance->SetNativeObject(interface_pointer_cast<META_NS::IObject>(node), false); in Create() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp864 rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetPartialRenderEnabled(), false); HWTEST_F() local
903 rsRenderThreadVisitor.SetPartialRenderStatus(RSSystemProperties::GetUniPartialRenderEnabled(), false); HWTEST_F() local
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...51