Home
last modified time | relevance | path

Searched refs:GetOsAccountSwitchMod (Results 1 - 17 of 17) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/getosaccountswitchmod_fuzzer/
H A Dgetosaccountswitchmod_fuzzer.cpp32 result = OsAccountManager::GetOsAccountSwitchMod(); in GetOsAccountSwitchModFuzzTest()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h425 static OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod();
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h68 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod();
H A Dios_account.h79 virtual OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() = 0;
H A Dos_account_proxy.h73 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h72 virtual OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() = 0;
H A Dos_account_manager_service.h94 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
H A Diinner_os_account_manager.h77 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp246 OS_ACCOUNT_SWITCH_MOD OsAccountManager::GetOsAccountSwitchMod() in GetOsAccountSwitchMod() function in OHOS::AccountSA::OsAccountManager
248 return OsAccount::GetInstance().GetOsAccountSwitchMod(); in GetOsAccountSwitchMod()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp632 OS_ACCOUNT_SWITCH_MOD OsAccount::GetOsAccountSwitchMod() in GetOsAccountSwitchMod() function in OHOS::AccountSA::OsAccount
638 return proxy->GetOsAccountSwitchMod(); in GetOsAccountSwitchMod()
H A Dos_account_proxy.cpp901 OS_ACCOUNT_SWITCH_MOD OsAccountProxy::GetOsAccountSwitchMod() in GetOsAccountSwitchMod() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp480 ASSERT_EQ(OS_ACCOUNT_SWITCH_MOD::ERROR_MOD, OsAccountManager::GetOsAccountSwitchMod()); in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp453 * @tc.desc: Test GetOsAccountSwitchMod getosaccountproxy faild
459 EXPECT_EQ(OS_ACCOUNT_SWITCH_MOD::ERROR_MOD, g_osAccount->GetOsAccountSwitchMod()); in HWTEST_F()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp759 OS_ACCOUNT_SWITCH_MOD OsAccountManagerService::GetOsAccountSwitchMod() in GetOsAccountSwitchMod() function in OHOS::AccountSA::OsAccountManagerService
761 return innerManager_.GetOsAccountSwitchMod(); in GetOsAccountSwitchMod()
H A Dos_account_stub.cpp1317 OS_ACCOUNT_SWITCH_MOD osAccountSwitchMod = GetOsAccountSwitchMod(); in ProcGetOsAccountSwitchMod()
H A Dinner_os_account_manager.cpp1893 OS_ACCOUNT_SWITCH_MOD IInnerOsAccountManager::GetOsAccountSwitchMod() in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2000 * @tc.desc: Test GetOsAccountSwitchMod.
2007 EXPECT_EQ(OsAccountManager::GetOsAccountSwitchMod(), modResult); in HWTEST_F()

Completed in 24 milliseconds