Searched refs:GetIsCreateCompleted (Results 1 – 9 of 9) sorted by relevance
88 EXPECT_EQ(osAccountInfo.GetIsCreateCompleted(), true); in TestWriteReadFileInfo()
117 bool GetIsCreateCompleted() const;
170 … 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()
804 (osAccountInfo.GetIsCreateCompleted() ? "true" : "false")); in DumpStateByAccounts()
118 bool OsAccountInfo::GetIsCreateCompleted() const in GetIsCreateCompleted() function in OHOS::AccountSA::OsAccountInfo
270 NAPI_CALL(env, napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs)); in ConvertOsAccountInfoToJs()
278 EXPECT_EQ(isCreateCompleted, osAccountInfo.GetIsCreateCompleted());
156 "OHOS::AccountSA::OsAccountInfo::GetIsCreateCompleted() const";
247 napi_get_boolean(env, info.GetIsCreateCompleted(), &isCreateCompletedToJs); in GetOACBInfoToJs()