/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 39 struct Option { struct 47 SecurityOption secOption; // Add data security level parameter argument 48 KvStoreObserver *observer = nullptr; 50 unsigned int mode = 0; // obsever mode 51 int conflictType = 0; 52 KvStoreNbConflictNotifier notifier = nullptr; 53 int conflictResolvePolicy = LAST_WIN; 54 bool isNeedIntegrityCheck = false; 55 bool isNeedRmCorruptedDb = false; 56 bool isNeedCompressOnSync = false; [all …]
|
H A D | kv_store_delegate.h | 31 struct Option { struct 32 bool createIfNecessary = true; 33 bool localOnly = false; 34 bool isEncryptedDb = false; 35 CipherType cipher = CipherType::DEFAULT; 36 CipherPassword passwd; 37 bool createDirByStoreIdOnly = false;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_delegate.h | 35 struct Option { struct 36 StoreObserver *observer = nullptr; 38 bool syncDualTupleMode = false; 39 bool isEncryptedDb = false; 40 CipherType cipher = CipherType::DEFAULT; 41 CipherPassword passwd; 42 uint32_t iterateTimes = 0;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_service.h | 31 struct Option { struct 47 …virtual int32_t Sync(const RdbSyncerParam ¶m, const Option &option, const PredicatesMemo &pred… argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 38 struct Option { struct 49 DistributedDB::SecurityOption secOption; argument 61 …Option(bool createIfNecessary, bool isMemoryDb, bool isEncryptedDb, DistributedDB::CipherType ciph… in Option() argument 68 …Option(bool createIfNecessary, bool isMemoryDb, bool isEncryptedDb, const DistributedDB::CipherTyp… in Option() function 76 Option() in Option() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_socket_transport.h | 59 struct Option { struct 66 …ObexClientSocketTransport(const Option &option, ObexTransportObserver &observer, utility::Dispatch… argument 136 struct Option { struct 141 …ObexServerSocketTransport(const Option &option, ObexTransportObserver &observer, utility::Dispatch… argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_result_set.h | 37 struct Option { struct 42 …SQLiteSingleVerResultSet(SQLiteSingleVerNaturalStore *kvDB, const Key &keyPrefix, const Option& op… argument
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
H A D | native_screenshot_module.cpp | 39 struct Option { struct 40 Media::Rect rect; 41 Media::Size size; 42 int rotation = 0; 43 DisplayId displayId = 0; 44 bool isNeedNotify = true;
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | exts.rs | 73 impl<T: Serialize> Serialize for Option<T> { implementation 84 impl<T: Deserialize> Deserialize for Option<T> { implementation
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_types_util.h | 30 using Option = DistributedRdb::RdbService::Option; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ |
H A D | build_hdi_files_info.py | 224 class Option(object): class
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | chunk.rs | 996 ) -> Option<()> { in match_decode_result()
|