Home
last modified time | relevance | path

Searched refs:isDataRemovable_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp175 return isDataRemovable_; in GetIsDataRemovable()
180 isDataRemovable_ = isDataRemovable; in SetIsDataRemovable()
262 {IS_DATA_REMOVABLE, isDataRemovable_}, in ToJson()
345 …jsonObject, jsonObjectEnd, IS_DATA_REMOVABLE, isDataRemovable_, OHOS::AccountSA::JsonType::BOOLEAN… in FromJson()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h182 bool isDataRemovable_ = true; variable