/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/ |
H A D | photo_source_path_operation.cpp | 33 bool isSkip = info.hidden == 0 && info.dateTrashed == 0; in ResetPhotoSourcePath() local 34 isSkip = isSkip || info.lPath.empty(); in ResetPhotoSourcePath() 35 isSkip = isSkip || !info.sourcePath.empty(); in ResetPhotoSourcePath() 36 if (isSkip) { in ResetPhotoSourcePath()
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/skippointerlayer_fuzzer/ |
H A D | skippointerlayer_fuzzer.cpp | 45 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 133 bool isSkip = false; in JudgeAnimateWhetherSkip() local 135 return isSkip; in JudgeAnimateWhetherSkip() 140 isSkip = displaySync->OnFrameSkip(time, vsyncPeriod, IsDisplaySyncEnabled()); in JudgeAnimateWhetherSkip() 143 return isSkip; in JudgeAnimateWhetherSkip()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 201 void SCBSystemSession::SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() argument 203 TLOGD(WmsLogTag::WMS_SCB, "Set Skip Self, isSkip: %{public}d", isSkip); in SetSkipSelfWhenShowOnVirtualScreen() 204 auto task = [weakThis = wptr(this), isSkip]() { in SetSkipSelfWhenShowOnVirtualScreen() 217 … session->specificCallback_->onSetSkipSelfWhenShowOnVirtualScreen_(surfaceNode->GetId(), isSkip); in SetSkipSelfWhenShowOnVirtualScreen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_manager_test.cpp | 119 auto isSkip = rsModifierManager.JudgeAnimateWhetherSkip(animId, time, vsyncPeriod); variable 120 ASSERT_EQ(isSkip, false);
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_ipc_common.cpp | 138 void IpcCommon::SetSkipUserFlag(bool isSkip) in SetSkipUserFlag() argument 140 skipFlag_ = isSkip; in SetSkipUserFlag()
|
H A D | mock_ipc_common.h | 57 static void SetSkipUserFlag(bool isSkip);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_ipc_common.cpp | 138 void IpcCommon::SetSkipUserFlag(bool isSkip) in SetSkipUserFlag() argument 140 skipFlag_ = isSkip; in SetSkipUserFlag()
|
H A D | mock_ipc_common.h | 57 static void SetSkipUserFlag(bool isSkip);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scb_system_session.h | 41 void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) override;
|
H A D | scene_session.h | 90 …SkipSelfWhenShowOnVirtualScreenCallback = std::function<void(uint64_t surfaceNodeId, bool isSkip)>; 269 void SetSnapshotSkip(bool isSkip); 335 virtual void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_display_soloist.cpp | 187 bool isSkip = false; in JudgeWhetherSkip() local 189 isSkip = true; in JudgeWhetherSkip() 197 return isSkip; in JudgeWhetherSkip()
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 336 bool isSkip = true; variable 337 winPropSrc.SetSnapshotSkip(isSkip); 339 ASSERT_EQ(res, isSkip);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | i_pointer_drawing_manager.h | 140 virtual int32_t SkipPointerLayer(bool isSkip) in SkipPointerLayer() argument
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | command_parser.h | 52 int32_t isSkip; member
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test7.cpp | 759 bool isSkip = true; variable 762 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); 764 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); 775 bool isSkip = false; variable 778 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); 780 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip);
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 88 int32_t SetSnapshotSkip(bool isSkip);
|
H A D | window_ffi.h | 74 FFI_EXPORT int32_t FFiOHOSWindowSetSnapshotSkip(int64_t id, bool isSkip);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 604 int32_t InputManager::SkipPointerLayer(bool isSkip) in SkipPointerLayer() argument 606 return InputMgrImpl.SkipPointerLayer(isSkip); in SkipPointerLayer()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-window.md | 35 … | Window | setSnapshotSkip(isSkip: boolean): void; …
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 55 void SetSnapshotSkip(bool isSkip);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 177 bool isSkip = CloudSyncUtils::IsSkipAssetsMissingRecord(uploadData.insData.extend); in BatchInsert() local 178 if (isSkip) { in BatchInsert() 222 bool isSkip = CloudSyncUtils::IsSkipAssetsMissingRecord(uploadData.updData.extend); in BatchUpdate() local 223 if (isSkip) { in BatchUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.h | 206 static void ProcessVoteLog(const VoteInfo& curVoteInfo, bool isSkip);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 141 int32_t SkipPointerLayer(bool isSkip);
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-window.md | 35 … | Window | setSnapshotSkip(isSkip: boolean): void; …
|