Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp110 if (config.GetRoleType() == VISITOR) { in GetDbPath()
117 if (config.GetRoleType() == VISITOR) { in GetDbPath()
H A Drdb_store_manager.cpp96 …auto path = modifyConfig.GetRoleType() == VISITOR ? modifyConfig.GetVisitorDir() : modifyConfig.Ge… in GetRdbStore()
H A Drdb_store_impl.cpp878 path_ = (config.GetRoleType() == VISITOR) ? config.GetVisitorDir() : config.GetPath(); in RdbStoreImpl()
879 isReadOnly_ = config.IsReadOnly() || config.GetRoleType() == VISITOR; in RdbStoreImpl()
886 isReadOnly_ = config.IsReadOnly() || config.GetRoleType() == VISITOR; in RdbStoreImpl()
887 path_ = (config.GetRoleType() == VISITOR) ? config.GetVisitorDir() : config.GetPath(); in RdbStoreImpl()
H A Dsqlite_connection.cpp348 if (config.GetRoleType() == VISITOR) { in Configure()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp265 } else if (roleType == KvStoreRoleType::VISITOR) { in GetKvStoreOption()
267 options.role = RoleType::VISITOR; in GetKvStoreOption()
346 } else if (roleType == KvStoreRoleType::VISITOR) { in InitSingleKvstore()
348 options.role = RoleType::VISITOR; in InitSingleKvstore()
H A Dmedialibrary_kvstore_manager.cpp49 } else if (roleType == KvStoreRoleType::VISITOR) { in InitKvStore()
H A Dmedia_asset_rdbstore.cpp154 config.SetRoleType(RoleType::VISITOR); in TryGetRdbStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_kvstore.h31 VISITOR, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h366 VISITOR, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_kvstore_test.cpp200 …errCode = singleVisitorKvStore->InitSingleKvstore(KvStoreRoleType::VISITOR, TEST_MONTH_STOREID, TE…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h75 VISITOR, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h145 VISITOR, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp179 dbOption.rdconfig.readOnly = (options.role == VISITOR ? true : false); in GetDBOption()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp759 …auto kvStore = MediaLibraryKvStoreManager::GetInstance().GetKvStore(KvStoreRoleType::VISITOR, valu… in GetAstcsByOffset()
795 …auto kvStore = MediaLibraryKvStoreManager::GetInstance().GetKvStore(KvStoreRoleType::VISITOR, valu… in GetAstcsBatch()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp1062 visitorConfig.SetRoleType(OHOS::NativeRdb::VISITOR);