Home
last modified time | relevance | path

Searched refs:isWindowAttached (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_window_test.cpp149 abilityWindow_->isWindowAttached = true;
181 abilityWindow_->isWindowAttached = true;
199 abilityWindow_->isWindowAttached = true;
201 EXPECT_FALSE(abilityWindow_->isWindowAttached);
214 abilityWindow_->isWindowAttached = false;
228 abilityWindow_->isWindowAttached = true;
245 abilityWindow_->isWindowAttached = true;
277 abilityWindow_->isWindowAttached = true;
293 abilityWindow_->isWindowAttached = true;
324 abilityWindow_->isWindowAttached = true;
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp72 isWindowAttached = true; in InitWindow()
84 if (!isWindowAttached) { in OnPostAbilityBackground()
105 if (!isWindowAttached) { in OnPostAbilityForeground()
126 if (!isWindowAttached) { in OnPostAbilityStop()
134 isWindowAttached = false; in OnPostAbilityStop()
145 if (!isWindowAttached) { in GetWindow()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_window.h107 bool isWindowAttached = false; variable