Home
last modified time | relevance | path

Searched refs:IsStartingWindow (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_occlusion_config.h28 bool IsStartingWindow(std::string win);
H A Drs_surface_render_node.h78 bool IsStartingWindow() const in IsStartingWindow() function in OHOS::Rosen::RSSurfaceRenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_occlusion_config.cpp30 bool RSOcclusionConfig::IsStartingWindow(std::string win) in IsStartingWindow() function in OHOS::Rosen::RSOcclusionConfig
H A Drs_surface_render_node.cpp286 if (IsStartingWindow()) { in CollectSurface()
342 if (IsLeashWindow() || IsStartingWindow()) { in CollectSurfaceForUIFirstSwitch()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp107 EXPECT_TRUE(renderNode->IsStartingWindow()); in HWTEST_F()
109 EXPECT_TRUE(renderNode->IsStartingWindow()); in HWTEST_F()
306 EXPECT_FALSE(renderNode->IsStartingWindow()); in HWTEST_F()
312 EXPECT_TRUE(renderNode->IsStartingWindow()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp322 config.IsStartingWindow(win); in RSOcclusionConfigFuzzTes()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h567 inline bool IsStartingWindow() const in IsStartingWindow() function in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp2327 if (abilityRecord->IsStartingWindow()) { in OnTimeOut()
2429 if (abilityRecord->IsStartingWindow()) { in CompleteForegroundFailed()
2607 if (abilityRecord->IsStartingWindow()) { in OnAbilityDied()
3056 if (windowHandler && abilityRecord && abilityRecord->IsStartingWindow()) { in GetCancelStartingWindowTask()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp898 if (windowHandler && abilityRecord && abilityRecord->IsStartingWindow() && in PostCancelStartingWindowHotTask()
926 if (windowHandler && abilityRecord && abilityRecord->IsStartingWindow() && in PostCancelStartingWindowColdTask()
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp501 if (windowHandler && abilityRecord && abilityRecord->IsStartingWindow() && in HWTEST_F()
534 if (windowHandler && abilityRecord && abilityRecord->IsStartingWindow() && in HWTEST_F()

Completed in 35 milliseconds