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.h119 void SetIsCreateCompleted(const bool isCreateCompleted);
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp275 bool isCreateCompleted = BOOL_IS_OS_ACCOUNT_COMPLETED; variable
277 osAccountInfo.isCreateCompleted_ = isCreateCompleted;
278 EXPECT_EQ(isCreateCompleted, osAccountInfo.GetIsCreateCompleted());
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp123 void OsAccountInfo::SetIsCreateCompleted(const bool isCreateCompleted) in SetIsCreateCompleted() argument
125 isCreateCompleted_ = isCreateCompleted; in SetIsCreateCompleted()