| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
| H A D | hal_device_manage_test.cpp | 111 int mode = 0;
in HWTEST_F() local 447 int mode = 1;
in HWTEST_F() local
|
| /foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
| H A D | dp_command.cpp | 280 int64_t mode = strtol(modeStr.c_str(), nullptr, BASE); in SyncCommand() local 392 int32_t DpShellCommand::HandleSyncOption(int option, std::string& mode, std::list<std::string>& deviceIds) in HandleSyncOption() argument
|
| /foundation/communication/netstack/test/unittest/tlssocket/server/ |
| H A D | tls_socket_branch_test.cpp | 61 auto mode = secureOption.GetVerifyMode(); in HWTEST_F() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/ |
| H A D | napi_datashare_helper.h | 108 std::string mode; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
| H A D | relational_sync_data_inserter.cpp | 105 void RelationalSyncDataInserter::SetTableMode(DistributedTableMode mode) in SetTableMode() argument
|
| /foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
| H A D | datashare_ext_ability.cpp | 71 int DataShareExtAbility::OpenFile(const Uri &uri, const std::string &mode) in OpenFile() argument 76 int DataShareExtAbility::OpenRawFile(const Uri &uri, const std::string &mode) in OpenRawFile() argument
|
| H A D | datashare_stub_impl.cpp | 74 int DataShareStubImpl::OpenFile(const Uri &uri, const std::string &mode) in OpenFile() argument 101 int DataShareStubImpl::OpenRawFile(const Uri &uri, const std::string &mode) in OpenRawFile() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
| H A D | meta_data_manager.cpp | 54 int mode = isLocal ? DistributedDB::OBSERVER_CHANGES_LOCAL_ONLY in MetaObserver() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
| H A D | data_share_profile_config.cpp | 298 SetCrossUserMode(uint8_t priority, uint8_t crossMode, std::pair<AccessCrossMode, int8_t> &mode) SetCrossUserMode() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| H A D | general_store_mock.cpp | 82 int32_t GeneralStoreMock::Clean(const std::vector<std::string> &devices, int32_t mode, const std::string &tableName) in Clean() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| H A D | rd_utils.cpp | 175 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode, in RdKVScan() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | syncer_proxy.cpp | 57 int SyncerProxy::Sync(const std::vector<std::string> &devices, int mode, in Sync() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/ |
| H A D | relationalstoredelegate_fuzzer.cpp | 145 SyncMode mode = SyncMode::SYNC_MODE_PUSH_ONLY; in CombineTest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
| H A D | js_single_kv_store.cpp | 367 uint32_t mode = 0; in Sync() member [all...] |
| H A D | js_schema.cpp | 158 uint32_t mode = false; in SetMode() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
| H A D | sqlite_local_kvdb_connection.cpp | 356 int SQLiteLocalKvDBConnection::TranslateObserverModeToEventTypes(unsigned mode, in TranslateObserverModeToEventTypes() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor_extend.cpp | 135 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataInner(ClearMode mode) in RemoveDeviceDataInner() argument 159 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataInner(const std::string &deviceName, ClearMode mode) in RemoveDeviceDataInner() argument 183 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataWithUserInner(const std::string &user, ClearMode mode) in RemoveDeviceDataWithUserInner() argument 210 RemoveDeviceDataWithUserInner(const std::string &deviceName, const std::string &user, ClearMode mode) RemoveDeviceDataWithUserInner() argument 236 RemoveDeviceData(const std::string &deviceName, ClearMode mode) RemoveDeviceData() argument 250 RemoveDeviceData(const std::string &deviceName, const std::string &user, ClearMode mode) RemoveDeviceData() argument [all...] |
| H A D | sqlite_single_ver_continue_token.cpp | 144 GetCloudQueryStmt(sqlite3 *db, bool forcePush, bool &stepNext, const CloudWaterType mode) GetCloudQueryStmt() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
| H A D | distributeddb_tools_test.cpp | 133 SyncTestWithQuery(KvStoreNbDelegate* delegate, const std::vector<std::string>& devices, SyncMode mode, std::map<std::string, DBStatus>& statuses, const Query &query) SyncTestWithQuery() argument 156 SyncTest(KvStoreNbDelegate* delegate, const std::vector<std::string>& devices, SyncMode mode, std::map<std::string, DBStatus>& statuses) SyncTest() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
| H A D | nbdelegate_fuzzer.cpp | 201 auto mode = static_cast<ClearMode>(data[0]); in RandomModeRemoveDeviceData() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | store_util.cpp | 114 uint32_t mode; in GetObserverMode() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
| H A D | js_schema.cpp | 160 uint32_t mode = false; in SetMode() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
| H A D | icloud_syncer.h | 34 SyncMode mode = SyncMode::SYNC_MODE_PUSH_ONLY; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
| H A D | sync_types.h | 74 int mode = 0; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_single_version_result_set_test.cpp | 554 ClearMode mode = ClearMode::DEFAULT; in HWTEST_F() local
|