| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
| D | kv_store_nb_delegate.h | 39 struct Option { struct 47 SecurityOption secOption; // Add data security level parameter argument 48 KvStoreObserver *observer = nullptr; 49 Key key; // The key that needs to be subscribed on obsever, empty means full subscription 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; [all …]
|
| 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;
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_service.h | 31 struct Option { struct 47 …virtual int32_t Sync(const RdbSyncerParam ¶m, const Option &option, const PredicatesMemo &pred… argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
| 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;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
| 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
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| 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
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_result_set.h | 37 struct Option { struct 42 …SQLiteSingleVerResultSet(SQLiteSingleVerNaturalStore *kvDB, const Key &keyPrefix, const Option& op… argument
|
| /foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
| 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;
|
| /foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
| D | exts.rs | 73 impl<T: Serialize> Serialize for Option<T> { implementation 84 impl<T: Deserialize> Deserialize for Option<T> { implementation
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | rdb_types_util.h | 30 using Option = DistributedRdb::RdbService::Option; variable
|