Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_file_manager_multiple_thread_test.cpp88 EXPECT_EQ(osAccountInfo.GetIsCreateCompleted(), true); in TestWriteReadFileInfo()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h117 bool GetIsCreateCompleted() const;
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp170 … if (!osAccountInfo.GetIsCreateCompleted() && (SendMsgForAccountCreate(osAccountInfo) != ERR_OK)) { in RetryToGetAccount()
1438 if (!osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
1495 if (!osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
1605 if (!osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
1708 isOsAccountCompleted = osAccountInfo.GetIsCreateCompleted(); in RetryToGetAccount()
1791 if (!osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()
Dos_account_manager_service.cpp804 (osAccountInfo.GetIsCreateCompleted() ? "true" : "false")); in DumpStateByAccounts()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp118 bool OsAccountInfo::GetIsCreateCompleted() const in GetIsCreateCompleted() function in OHOS::AccountSA::OsAccountInfo
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
Daccount_manager_addon.cpp270 NAPI_CALL(env, napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs)); in ConvertOsAccountInfoToJs()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp278 EXPECT_EQ(isCreateCompleted, osAccountInfo.GetIsCreateCompleted());
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map156 "OHOS::AccountSA::OsAccountInfo::GetIsCreateCompleted() const";
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp247 napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs); in GetOACBInfoToJs()