Home
last modified time | relevance | path

Searched defs:isReadOnly (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreReadOnlyJsunit.test.js32 isReadOnly: true, property in STORE_CONFIG1
38 isReadOnly: true, property in STORE_CONFIG2
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/usbreadonlyplugin_fuzzer/
H A Dusb_read_only_plugin_fuzzer.cpp56 int32_t isReadOnly = CommonFuzzer::GetU32Data(data) % 2; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp219 std::shared_ptr<Conn> ConnPool::AcquireConnection(bool isReadOnly) in AcquireConnection()
265 std::shared_ptr<Conn> ConnPool::Acquire(bool isReadOnly, std::chrono::milliseconds ms) in Acquire()
277 SharedConn ConnPool::AcquireRef(bool isReadOnly, std::chrono::milliseconds ms) in AcquireRef()
H A Drdb_store_config.cpp29 RdbStoreConfig::RdbStoreConfig(const std::string &name, StorageMode storageMode, bool isReadOnly, in RdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h58 bool isReadOnly = false; member
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp243 static int32_t GetAppIndexFromRetentionInfo(const std::string& bundleName, bool isReadOnly, const s… in GetAppIndexFromRetentionInfo()
284 bool isReadOnly = dlpFileAccess == DLPFileAccess::READ_ONLY; in InstallDlpSandbox() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp118 …void UpdateSecProperties(KvDBProperties &properties, bool isReadOnly, const SchemaObject &savedSch… in UpdateSecProperties()
419 bool isReadOnly = false; in Open() local
1693 …SingleVerNaturalStore::DecideReadOnlyBaseOnSchema(const KvDBProperties &kvDBProp, bool &isReadOnly, in DecideReadOnlyBaseOnSchema()
H A Dsqlite_multi_ver_transaction.cpp141 bool isReadOnly, CipherType type, const CipherPassword &passwd) in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp395 bool isReadOnly = property.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in CreateDataBase() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3087 unique_ptr<FileAssetAsyncContext> &context, bool isReadOnly) in ParseArgsUserFileMgrOpen()
3643 unique_ptr<FileAssetAsyncContext> &context, bool isReadOnly) in ParseArgsPhotoAccessHelperOpen()