/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 1022 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 10, true); TEST() local 1032 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 13, true); TEST() local 1033 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 7, true); TEST() local 1042 normal_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA), 90, true); TEST() local 1043 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 80, true); TEST() local 1044 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 70, true); TEST() local 1053 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 33, true); TEST() local 1062 normal_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_2), 55, true); TEST() local 1063 normal_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_2), 66, true); TEST() local 1064 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 77, true); TEST() local 1074 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 5, true); TEST() local 1085 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 7, true); TEST() local 1098 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 9, true); TEST() local 1113 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 11, true); TEST() local 1128 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 13, true); TEST() local 1142 direct_drivers.emplace_back(TestICDDetails(TEST_ICD_PATH_VERSION_7).set_discovery_type(ManifestDiscoveryType::none), 15, true); TEST() local [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 74 Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) Show() argument 76 Hide(uint32_t reason = 0, bool withAnimation = false, bool isFromInnerkits = true) Hide() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_interface.h | 437 virtual AppExecFwk::ElementName GetTopAbility(bool isNeedLocalDeviceId = true) in GetTopAbility() argument 442 GetElementNameByToken(sptr<IRemoteObject> token, bool isNeedLocalDeviceId = true) GetElementNameByToken() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 590 SetDragPreviewOptions(const DragPreviewOption& previewOption, bool isResetOptions = true) SetDragPreviewOptions() argument 929 SetWindowBoundary(bool isWindowBoundary = true) SetWindowBoundary() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 289 UpdateOpacityInFinishEvent(const RefPtr<FrameNode>& previewNode, const RefPtr<RenderContext>& imageContext, const RefPtr<MenuTheme>& menuTheme, bool isScaleNearEqual = true) UpdateOpacityInFinishEvent() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 806 InnerHandleScroll(LessNotEqual(event.GetDelta().GetY(), 0.0), true); HandleDragMove() local 851 InnerHandleScroll(LessNotEqual(scrollDelta_, 0.0), true, false); HandleDragEnd() local 1145 InnerHandleScroll(LessNotEqual(dragDelta, 0.0), true, false); UpdateColumnChildPosition() local 1170 CHECK_NULL_RETURN(NotLoopOptions(), true); CanMove() local 1267 InnerHandleScroll(LessNotEqual(scrollDelta_, 0.0), true, false); PlayRestAnimation() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 1350 canvas->ClipRect(RSRect(0, 0, width, height), RSClipOp::INTERSECT, true); global() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub_drag.cpp | 717 info.GetScreenLocation().GetY(), info.GetTargetDisplayId(), windowId, true, false, summary }; OnDragStart() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 300 LoadPage(GenerateNextPageId(), info, true, true, true); in PushNamedRouteInner() local 1131 LoadPage(GenerateNextPageId(), info, true, true, true); PushOhmUrl() local 1201 LoadPage(GenerateNextPageId(), info, true, true, true); StartPush() local 2096 LoadPage(GenerateNextPageId(), info, true, false); ReplacePageInNewLifecycle() local [all...] |
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 448 static void SetUnZipHap(bool unZipHap = true) in SetUnZipHap() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.h | 89 UpdatePopupUIExtension(const RefPtr<NG::FrameNode>& node, uint32_t autoFillSessionId, bool isNative = true) UpdatePopupUIExtension() argument 510 RequestAutoFill(const RefPtr<NG::FrameNode>& node, AceAutoFillType autoFillType, bool isNewPassWord, bool& isPopup, uint32_t& autoFillSessionId, bool isNative = true) RequestAutoFill() argument 521 RequestAutoSave(const RefPtr<NG::FrameNode>& node, const std::function<void()>& onFinish = nullptr, const std::function<void()>& onUIExtNodeBindingCompleted = nullptr, bool isNative = true, int32_t instanceId = -1) RequestAutoSave() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 135 virtual bool IsOutOfBoundary(bool useCurrentDelta = true) in IsOutOfBoundary() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 378 scrollControllerBase->ScrollToEdge(static_cast<ScrollEdgeType>(value), true); in SetScrollEdge() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 849 InnerHandleScroll(LessNotEqual(event.GetDelta().GetY(), 0.0), true); HandleDragMove() local 899 InnerHandleScroll(LessNotEqual(scrollDelta_, 0.0), true); HandleDragEnd() local 1236 InnerHandleScroll(LessNotEqual(dragDelta, 0.0), true); UpdateColumnChildPosition() local 1275 CHECK_NULL_RETURN(NotLoopOptions(), true); CanMove() local 1413 InnerHandleScroll(LessNotEqual(scrollDelta_, 0.0), true); PlayRestAnimation() local [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 980 asyncCtx->globalY, asyncCtx->displayId, windowId, true, false, summary }; TryToStartDrag() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 1291 AceType::MakeRefPtr<TextLayoutProperty>(), INDEX, SHOW_COUNT, true, SCALE); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 4955 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &event), true); HWTEST_F() local 4956 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4960 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &event), true); HWTEST_F() local 4961 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4966 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &event), true); HWTEST_F() local 4967 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4969 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4971 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4973 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4975 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4977 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &compatibleEvent), true); HWTEST_F() local 4981 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &event), true); HWTEST_F() local 4984 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEvent(&origin, &event), true); HWTEST_F() local 5033 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5035 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5037 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5039 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5041 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5043 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5045 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local 5047 EXPECT_EQ(OHOS::Ace::NodeModel::ConvertEventResult(&origin, &event), true); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1427 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1448 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1464 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1480 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1496 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1512 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1529 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1546 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1567 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1583 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1599 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1615 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1631 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1647 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1663 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1680 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1696 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1724 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1740 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1756 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1772 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1788 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1804 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1821 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1837 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1854 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 1870 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local 3951 EXPECT_EQ(GetBundleDataMgr()->bundleInfos_.empty(), true); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 323 static void ClipRegion(Drawing::Canvas& canvas, Drawing::Region& region, bool clear = true) in ClipRegion() argument [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 449 static napi_status NapiUnwrap(napi_env env, napi_value object, void** result, bool isSendable = true) in NapiUnwrap() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 1825 EXPECT_EQ(BackupFileUtils::IsLivePhoto(info), true); HWTEST_F() local 1840 EXPECT_EQ(MediaFileUtils::CreateFile(livePhotoPath), true); HWTEST_F() local 1849 EXPECT_EQ(MediaFileUtils::CreateFile(info.movingPhotoVideoPath), true); HWTEST_F() local 1850 EXPECT_EQ(MediaFileUtils::CreateFile(info.extraDataPath), true); HWTEST_F() local 1862 EXPECT_EQ(MediaFileUtils::CreateFile(backupFilePath), true); HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/ |
H A D | medialibrary_photo_operations_test.cpp | 1245 EXPECT_EQ(MediaFileUtils::IsFileExists(filePath), true); HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_fusion_utils.cpp | 808 ThumbnailService::GetInstance()->CreateAstcCloudDownload(to_string(newAssetId), true); in CopyCloudSingleFile() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/ |
H A D | medialibrary_audio_operations_test.cpp | 914 EXPECT_EQ(MediaFileUtils::IsFileExists(filePath), true); in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 1929 EXPECT_EQ(CheckSyncProcess(prioritySyncProcess, expectSyncResult), true); HWTEST_F() local [all...] |