| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_pattern.cpp | 61 InitLimitValueText(GetMaxValueTextId(), false); in OnModifyDone() local 67 HideLimitValueText(GetMaxValueTextId(), false); in OnModifyDone() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_textfield_ffi.cpp | 111 TextFieldModel::GetInstance()->SetBackgroundColor(Color(value), false); in FfiOHOSAceFrameworkTextFieldSetBackgroundColor() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_view_register_impl_ng.cpp | 357 void JSBindLibs(const std::string& moduleName, const std::string& exportModuleName, bool isController = false) in JSBindLibs() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_scroller_event_test_ng.cpp | 1129 controller->AnimateTo(Dimension(-5 * ITEM_HEIGHT, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local 1191 controller->AnimateTo(Dimension(-10 * ITEM_HEIGHT, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local 1366 controller->AnimateTo(Dimension(-5 * ITEM_WIDTH, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local 1428 controller->AnimateTo(Dimension(-10 * ITEM_WIDTH, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local [all...] |
| H A D | grid_scroller_test_ng.cpp | 794 controller->AnimateTo(Dimension(100.f, DimensionUnit::PX), 200.f, Curves::LINEAR, false); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
| H A D | list_swipe_test_ng.cpp | 908 nullptr, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local 1007 std::move(endFunc), nullptr, nullptr, nullptr, nullptr, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local 1100 std::move(endFunc), nullptr, nullptr, nullptr, onStateChangeFunc, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local 1429 Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local 1488 Dimension(endDeleteDistance), false); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | view_abstract_test_ng_for_property_config.cpp | 538 ViewAbstract::SetOnGestureRecognizerJudgeBegin(std::move(gestureRecognizerJudgeFunc), false); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/counter/ |
| H A D | counter_test_ng.cpp | 302 model.SetEnableInc(AceType::RawPtr(frameNode_), false); in HWTEST_F() local 303 model.SetEnableDec(AceType::RawPtr(frameNode_), false); in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
| H A D | image_testthree_ng.cpp | 1728 EXPECT_NE(ImagePattern::IsShowingSrc(frameNodePtr, pixelMap), false); ImagePatternMethods01() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/model/ |
| H A D | model_test_ng.cpp | 67 void RenderFrame(bool needsSyncPaint = false) in RenderFrame() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| H A D | layout_wrapper_testtwo_ng.cpp | 931 layoutWrapper0->AdjustChildren(OffsetF(), false); HWTEST_F() local 933 layoutWrapper1->AdjustChildren(OffsetF(), false); HWTEST_F() local 935 layoutWrapper2->AdjustChildren(OffsetF(), false); HWTEST_F() local 937 layoutWrapper3->AdjustChildren(OffsetF(), false); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| H A D | window_scene.cpp | 588 CHECK_EQUAL_RETURN(IsMainWindow(), false, false); OnDirtyLayoutWrapperSwap() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | indexer_item_component.h | 37 IndexerItemComponent(const std::u16string& strSection, const std::u16string& strLabel, const Dimension& itemSize, bool rotate = false) IndexerItemComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_object.h | 44 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 D | swiper_indicator_pattern.h | 126 SetIndicatorInteractive(false); variable
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
| H A D | napi_accessibility_config_observer.cpp | 610 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 D | bundle_mgr_ext.h | 47 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 D | ui_view.h | 1103 LayoutChildren(bool neeInvalidate = false) LayoutChildren() argument [all...] |
| /foundation/arkui/ui_lite/frameworks/dock/ |
| H A D | screen_device.h | 54 FlushSem(bool isFlushing = false) : sem_(1, 1), isFlushing_(isFlushing) {} in FlushSem() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_image/ |
| H A D | ui_test_image.cpp | 565 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 D | bluetooth_remote_device.cpp | 55 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 D | napi_bluetooth_ble_central_manager_callback.cpp | 39 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 D | napi_bluetooth_pan.cpp | 261 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 D | object_api.h | 436 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 D | anim_impl.cpp | 158 META_ACCESS_PROPERTY(Running)->SetValue(false); variable 172 META_ACCESS_PROPERTY(Running)->SetValue(false); variable 245 false); SetValid() local [all...] |