Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp50 isActived_ = false; in OsAccountInfo()
64 isActived_ = false; in OsAccountInfo()
84 isActived_ = false; in OsAccountInfo()
172 return isActived_; in GetIsActived()
177 isActived_ = isActived; in SetIsActived()
222 {IS_ACTIVED, isActived_}, in ToJson()
267 jsonObject, jsonObjectEnd, IS_ACTIVED, isActived_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h148 bool isActived_; variable
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp310 osAccountInfo.isActived_ = isActived;
324 EXPECT_EQ(BOOL_IS_ACTIVED, osAccountInfo.isActived_);