Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h127 bool GetIsCreateCompleted() const;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_file_manager_multiple_thread_test.cpp100 EXPECT_EQ(osAccountInfo.GetIsCreateCompleted(), true); in TestWriteReadFileInfo()
H A Dos_account_inner_account_mgr_mock.cpp186 EXPECT_TRUE(accountInfo.GetIsCreateCompleted());
243 EXPECT_TRUE(accountInfo.GetIsCreateCompleted());
306 EXPECT_TRUE(accountInfo.GetIsCreateCompleted());
375 EXPECT_TRUE(accountInfo.GetIsCreateCompleted());
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp795 …if (isCleanGarbage && (!osAccountInfo.GetIsCreateCompleted()) && (!osAccountInfo.GetIsDataRemovabl… in RetryToGetAccount()
1301 if (osAccountInfo.GetIsCreateCompleted() && !osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()
1349 if (!osAccountInfo.GetToBeRemoved() && osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
1944 isOsAccountCompleted = osAccountInfo.GetIsCreateCompleted(); in RetryToGetAccount()
2379 if (!osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
H A Dos_account_manager_service.cpp967 (osAccountInfo.GetIsCreateCompleted() ? "true" : "false")); in DumpStateByAccounts()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp123 bool OsAccountInfo::GetIsCreateCompleted() const in GetIsCreateCompleted() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp284 EXPECT_EQ(isCreateCompleted, osAccountInfo.GetIsCreateCompleted());
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp301 NAPI_CALL(env, napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs)); in ConvertOsAccountInfoToJs()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map173 "OHOS::AccountSA::OsAccountInfo::GetIsCreateCompleted() const";
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp286 napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs); in GetOACBInfoToJs()