Home
last modified time | relevance | path

Searched refs:GetIsForeground (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h147 bool GetIsForeground() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_visitor.cpp262 if (node.GetIsForeground()) { in ProcessSurfaceRenderNode()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp190 EXPECT_FALSE(accountInfo.GetIsForeground());
247 EXPECT_FALSE(accountInfo.GetIsForeground());
310 EXPECT_FALSE(accountInfo.GetIsForeground());
379 EXPECT_FALSE(accountInfo.GetIsForeground());
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp153 bool OsAccountInfo::GetIsForeground() const in GetIsForeground() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2721 EXPECT_EQ(account.GetIsForeground(), false);
2736 EXPECT_EQ(osAccountInfo.GetIsForeground(), true);
2741 EXPECT_EQ(osAccountInfo.GetIsForeground(), false);
2752 EXPECT_EQ(osAccountInfo.GetIsForeground(), true);
2757 EXPECT_EQ(osAccountInfo.GetIsForeground(), false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1073 bool GetIsForeground() const in GetIsForeground() function
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp953 …lace_back(DUMP_TAB_CHARACTER + "isForeground: " + std::to_string(osAccountInfo.GetIsForeground())); in DumpStateByAccounts()
H A Dinner_os_account_manager.cpp774 if (osAccountInfo.GetIsForeground()) { in RetryToGetAccount()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map205 "OHOS::AccountSA::OsAccountInfo::GetIsForeground() const";