Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_data_storage_test.cpp42 AccountDataStorageOptions gOptions; variable
72 gOptions.autoSync = false; in SetUp()
73 gOptions.securityLevel = DistributedKv::SecurityLevel::S1; in SetUp()
74 gOptions.area = DistributedKv::EL2; in SetUp()
75 gOptions.baseDir = DATA_STORAGE_PATH; in SetUp()
84 …gePtr = std::make_shared<AppAccountDataStorage>(EL2_DATA_STORE_PREFIX + STRING_STORE_ID, gOptions); in ClearDataStorage()
106 …gePtr = std::make_shared<AppAccountDataStorage>(EL2_DATA_STORE_PREFIX + STRING_STORE_ID, gOptions);
164 …gePtr = std::make_shared<AppAccountDataStorage>(EL2_DATA_STORE_PREFIX + STRING_STORE_ID, gOptions);
218 …gePtr = std::make_shared<AppAccountDataStorage>(EL2_DATA_STORE_PREFIX + STRING_STORE_ID, gOptions);