Home
last modified time | relevance | path

Searched refs:isSkip (Results 1 - 25 of 60) sorted by relevance

123

/foundation/multimodalinput/input/test/fuzztest/skippointerlayer_fuzzer/
H A Dskippointerlayer_fuzzer.cpp45 int32_t isSkip; in SkipPointerLayerTest() local
47 startPos += GetObject<int32_t>(data + startPos, size - startPos, isSkip); in SkipPointerLayerTest()
48 InputManager::GetInstance()->SkipPointerLayer(isSkip); in SkipPointerLayerTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp140 bool isSkip = false; in JudgeAnimateWhetherSkip() local
142 return isSkip; in JudgeAnimateWhetherSkip()
147 isSkip = displaySync->OnFrameSkip(time, vsyncPeriod, IsDisplaySyncEnabled()); in JudgeAnimateWhetherSkip()
150 return isSkip; in JudgeAnimateWhetherSkip()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp196 void SCBSystemSession::SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() argument
198 TLOGD(WmsLogTag::WMS_SCB, "Set Skip Self, isSkip: %{public}d", isSkip); in SetSkipSelfWhenShowOnVirtualScreen()
199 auto task = [weakThis = wptr(this), isSkip]() { in SetSkipSelfWhenShowOnVirtualScreen()
212 session->specificCallback_->onSetSkipSelfWhenShowOnVirtualScreen_(surfaceNode->GetId(), isSkip); in SetSkipSelfWhenShowOnVirtualScreen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp119 auto isSkip = rsModifierManager.JudgeAnimateWhetherSkip(animId, time, vsyncPeriod); in HWTEST_F() local
120 ASSERT_EQ(isSkip, false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscb_system_session.h40 void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) override;
H A Dscene_session.h83 using SetSkipSelfWhenShowOnVirtualScreenCallback = std::function<void(uint64_t surfaceNodeId, bool isSkip)>;
250 void SetSnapshotSkip(bool isSkip);
297 virtual void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip);
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h52 int32_t isSkip; member
H A Dcommand_parser.cpp390 value >> ebrParam.minQp >> c >> ebrParam.maxQp >> c >> ebrParam.startQp >> c >> ebrParam.isSkip; in ParsePerFrameParam()
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h145 virtual int32_t SkipPointerLayer(bool isSkip) in SkipPointerLayer() argument
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h88 int32_t SetSnapshotSkip(bool isSkip);
H A Dwindow_ffi.h74 FFI_EXPORT int32_t FFiOHOSWindowSetSnapshotSkip(int64_t id, bool isSkip);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp187 bool isSkip = false; in JudgeWhetherSkip() local
189 isSkip = true; in JudgeWhetherSkip()
197 return isSkip; in JudgeWhetherSkip()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp336 bool isSkip = true; in HWTEST_F() local
337 winPropSrc.SetSnapshotSkip(isSkip); in HWTEST_F()
339 ASSERT_EQ(res, isSkip); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp1832 bool isSkip = true; in HWTEST_F() local
1834 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.SkipPointerLayer(isSkip)); in HWTEST_F()
1840 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.SkipPointerLayer(isSkip)); in HWTEST_F()
1853 bool isSkip = false; in HWTEST_F() local
1855 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.SkipPointerLayer(isSkip)); in HWTEST_F()
1861 ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.SkipPointerLayer(isSkip)); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp760 bool isSkip = true; in HWTEST_F() local
763 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in HWTEST_F()
765 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in HWTEST_F()
776 bool isSkip = false; in HWTEST_F() local
779 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in HWTEST_F()
781 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp664 int32_t InputManager::SkipPointerLayer(bool isSkip) in SkipPointerLayer() argument
666 return InputMgrImpl.SkipPointerLayer(isSkip); in SkipPointerLayer()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.h207 static void ProcessVoteLog(const VoteInfo& curVoteInfo, bool isSkip);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h154 int32_t SkipPointerLayer(bool isSkip);
H A Di_multimodal_input_connect.h170 virtual int32_t SkipPointerLayer(bool isSkip) = 0;
H A Dmultimodal_input_connect_proxy.h156 int32_t SkipPointerLayer(bool isSkip) override;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h55 void SetSnapshotSkip(bool isSkip);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp174 bool isSkip = CloudSyncUtils::IsSkipAssetsMissingRecord(uploadData.insData.extend); in BatchInsert() local
175 if (isSkip) { in BatchInsert()
219 bool isSkip = CloudSyncUtils::IsSkipAssetsMissingRecord(uploadData.updData.extend); in BatchUpdate() local
220 if (isSkip) { in BatchUpdate()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h94 virtual WMError SetSnapshotSkip(bool isSkip) {return WMError::WM_OK;} in SetSnapshotSkip() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_photo_operations.h80 static int32_t OpenEditOperation(MediaLibraryCommand &cmd, bool &isSkip);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h227 int32_t SkipPointerLayer(bool isSkip);

Completed in 23 milliseconds

123