Home
last modified time | relevance | path

Searched refs:GetIsActived (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h99 bool GetIsActived() const;
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp289 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_control_file_manager_test.cpp482 EXPECT_EQ(osAccountList[i].GetIsActived(), osAccountListByDefault[i].GetIsActived());
Dos_account_inner_account_mgr_mock.cpp1116 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
1122 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
1180 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
1186 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp170 bool OsAccountInfo::GetIsActived() const in GetIsActived() function in OHOS::AccountSA::OsAccountInfo
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp712 (osAccountInfo.GetIsActived() ? "active" : "inactive")); in DumpStateByAccounts()
Dinner_os_account_manager.cpp152 if (osAccountInfo.GetIsActived() && id != Constants::START_USER_ID) { in RestartActiveAccount()
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map149 "OHOS::AccountSA::OsAccountInfo::GetIsActived() const";
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp1134 EXPECT_EQ(queryAccountInfo.GetIsActived(), true);
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp234 napi_get_boolean(env, info.GetIsActived(), &isActivedToJs); in GetOACBInfoToJs()