Searched refs:syncEnable_ (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_info.cpp | 81 syncEnable_ = false; in AppAccountInfo() 95 syncEnable_ = false; in AppAccountInfo() 195 syncEnable = syncEnable_; in GetSyncEnable() 200 syncEnable_ = syncEnable; in SetSyncEnable() 520 if (!parcel.WriteBool(syncEnable_)) { in Marshalling() 521 ACCOUNT_LOGE("failed to write bool for syncEnable_"); in Marshalling() 576 {SYNC_ENABLE, syncEnable_}, in ToJson() 619 jsonObject, jsonObjectEnd, SYNC_ENABLE, syncEnable_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 680 if (!parcel.ReadBool(syncEnable_)) { in ReadFromParcel() 681 ACCOUNT_LOGE("failed to read string for syncEnable_"); in ReadFromParcel() [all...] |
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | account_data_storage.cpp | 126 {"syncEnable", syncEnable_}, 178 bool syncEnable_ = false; member in OHOS::AccountSA::AccountInfoMOCK
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_info_test.cpp | 348 appAccountInfo.syncEnable_ = syncEnable; in HWTEST_F() 378 EXPECT_EQ(syncEnable, appAccountInfo.syncEnable_); in HWTEST_F() 938 appAccountInfo.syncEnable_ = syncEnable; in HWTEST_F() 956 EXPECT_EQ(syncEnable, infoPtr->syncEnable_); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 115 bool syncEnable_ = false; member in OHOS::AccountSA::AppAccountInfo
|
Completed in 4 milliseconds