/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountforeground_fuzzer/ |
H A D | isosaccountforeground_fuzzer.cpp | 37 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 D | os_account_adapter.cpp | 23 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 D | os_account_manager.cpp | 356 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 D | os_account_manager.h | 589 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 D | os_account.h | 97 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 D | ios_account.h | 108 …virtual ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isFor…
|
H A D | os_account_proxy.h | 101 …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 D | os_account_adapter.h | 31 static bool IsOsAccountForeground(int32_t userId);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2872 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 D | mtp_manager.cpp | 85 OHOS::ErrCode errCode = OHOS::AccountSA::OsAccountManager::IsOsAccountForeground(isForeground); in StartMtpService()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 913 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 D | os_account_proxy.cpp | 1614 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 D | iinner_os_account.h | 102 …virtual ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isFor…
|
H A D | os_account_manager_service.h | 128 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground)…
|
H A D | iinner_os_account_manager.h | 106 …ErrCode IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground)…
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 1148 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 D | os_account_stub.cpp | 1719 ErrCode result = IsOsAccountForeground(localId, displayId, isForeground); in ProcIsOsAccountForeground()
|
H A D | inner_os_account_manager.cpp | 2080 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 D | player_server_state.cpp | 405 AccountSA::OsAccountManager::IsOsAccountForeground(userId, isForeground); in StateEnter()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 154 OHOS::AccountSA::OsAccountManager::IsOsAccountForeground*;
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 279 if (!OsAccountAdapter::IsOsAccountForeground(userId_)) { in OnImeDied()
|