Home
last modified time | relevance | path

Searched refs:IsOsAccountForeground (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountforeground_fuzzer/
H A Disosaccountforeground_fuzzer.cpp37 OsAccountManager::IsOsAccountForeground(localId, isForeground); in IsOsAccountForegroundWith2ArgsFuzzTest()
48 OsAccountManager::IsOsAccountForeground(localId, Constants::DEFAULT_DISPALY_ID, isForeground); in IsOsAccountForegroundWith3ArgsFuzzTest()
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp23 bool OsAccountAdapter::IsOsAccountForeground(int32_t userId) in IsOsAccountForeground() function in OHOS::MiscServices::OsAccountAdapter
26 auto errCode = OsAccountManager::IsOsAccountForeground(userId, isForeground); in IsOsAccountForeground()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp356 ErrCode OsAccountManager::IsOsAccountForeground(bool &isForeground) in IsOsAccountForeground() function in OHOS::AccountSA::OsAccountManager
358 return OsAccount::GetInstance().IsOsAccountForeground(isForeground); in IsOsAccountForeground()
361 ErrCode OsAccountManager::IsOsAccountForeground(const int32_t localId, bool &isForeground) in IsOsAccountForeground() function in OHOS::AccountSA::OsAccountManager
363 return OsAccount::GetInstance().IsOsAccountForeground(localId, isForeground); in IsOsAccountForeground()
366 ErrCode OsAccountManager::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bo… in IsOsAccountForeground() function in OHOS::AccountSA::OsAccountManager
368 return OsAccount::GetInstance().IsOsAccountForeground(localId, displayId, isForeground); in IsOsAccountForeground()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h589 static ErrCode IsOsAccountForeground(bool &isForeground);
597 static ErrCode IsOsAccountForeground(const int32_t localId, bool &isForeground);
607 …static ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isFore…
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h97 ErrCode IsOsAccountForeground(bool &isForeground);
98 ErrCode IsOsAccountForeground(const int32_t localId, bool &isForeground);
99 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground);
H A Dios_account.h108 …virtual ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isFor…
H A Dos_account_proxy.h101 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground)…
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/include/
H A Dos_account_adapter.h31 static bool IsOsAccountForeground(int32_t userId);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2872 EXPECT_EQ(OsAccountManager::IsOsAccountForeground(isForeground), ERR_OK);
2893 EXPECT_EQ(OsAccountManager::IsOsAccountForeground(isForeground), ERR_OK);
2902 EXPECT_EQ(OsAccountManager::IsOsAccountForeground(isForeground), ERR_OK);
2929 …EXPECT_EQ(OsAccountManager::IsOsAccountForeground(osAccountInfo.GetLocalId(), isForeground), ERR_O…
2936 …EXPECT_EQ(OsAccountManager::IsOsAccountForeground(osAccountInfo.GetLocalId(), isForeground), ERR_O…
2953 …EXPECT_EQ(OsAccountManager::IsOsAccountForeground(-1, isForeground), ERR_ACCOUNT_COMMON_INVALID_PA…
2956 EXPECT_EQ(OsAccountManager::IsOsAccountForeground(0, isForeground), ERR_OK);
3011 …EXPECT_EQ(OsAccountManager::IsOsAccountForeground(-1, Constants::DEFAULT_DISPALY_ID, isForeground),
3019 … EXPECT_EQ(OsAccountManager::IsOsAccountForeground(1, Constants::DEFAULT_DISPALY_ID, isForeground),
3023 …EXPECT_EQ(OsAccountManager::IsOsAccountForeground(1099, Constants::DEFAULT_DISPALY_ID, isForegroun…
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_manager.cpp85 OHOS::ErrCode errCode = OHOS::AccountSA::OsAccountManager::IsOsAccountForeground(isForeground); in StartMtpService()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp913 ErrCode OsAccount::IsOsAccountForeground(bool &isForeground) in IsOsAccountForeground() function in OHOS::AccountSA::OsAccount
918 ErrCode OsAccount::IsOsAccountForeground(const int32_t localId, bool &isForeground) in IsOsAccountForeground() function in OHOS::AccountSA::OsAccount
927 ErrCode OsAccount::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isF… in IsOsAccountForeground() function in OHOS::AccountSA::OsAccount
946 return proxy->IsOsAccountForeground(localId, displayId, isForeground); in IsOsAccountForegroundCommon()
H A Dos_account_proxy.cpp1614 ErrCode OsAccountProxy::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool… in IsOsAccountForeground() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h102 …virtual ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isFor…
H A Dos_account_manager_service.h128 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground)…
H A Diinner_os_account_manager.h106 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground)…
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp1148 ErrCode OsAccountManagerService::IsOsAccountForeground(const int32_t localId, const uint64_t displa… in IsOsAccountForeground() function in OHOS::AccountSA::OsAccountManagerService
1175 return innerManager_.IsOsAccountForeground(id, displayId, isForeground); in IsOsAccountForeground()
H A Dos_account_stub.cpp1719 ErrCode result = IsOsAccountForeground(localId, displayId, isForeground); in ProcIsOsAccountForeground()
H A Dinner_os_account_manager.cpp2080 ErrCode IInnerOsAccountManager::IsOsAccountForeground(const int32_t localId, const uint64_t display… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_state.cpp405 AccountSA::OsAccountManager::IsOsAccountForeground(userId, isForeground); in StateEnter()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map154 OHOS::AccountSA::OsAccountManager::IsOsAccountForeground*;
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp279 if (!OsAccountAdapter::IsOsAccountForeground(userId_)) { in OnImeDied()