Home
last modified time | relevance | path

Searched refs:isCreateCompleted (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h70 bool isCreateCompleted);
128 void SetIsCreateCompleted(const bool isCreateCompleted);
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp72 int64_t serialNumber, bool isCreateCompleted) in OsAccountInfo() argument
82 isCreateCompleted_(isCreateCompleted) in OsAccountInfo()
144 void OsAccountInfo::SetIsCreateCompleted(const bool isCreateCompleted) in SetIsCreateCompleted() argument
146 isCreateCompleted_ = isCreateCompleted; in SetIsCreateCompleted()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp281 bool isCreateCompleted = BOOL_IS_OS_ACCOUNT_COMPLETED; variable
283 osAccountInfo.isCreateCompleted_ = isCreateCompleted;
284 EXPECT_EQ(isCreateCompleted, osAccountInfo.GetIsCreateCompleted());