/base/web/webview/test/unittest/net_connect_adapter_test/ |
H A D | net_connect_adapter_test.cpp | 56 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F() 57 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F() 58 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_GSM, NetConnectType::CONNECTION_2G)); in HWTEST_F() 59 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_1XRTT, NetConnectType::CONNECTION_2G)); in HWTEST_F() 60 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F() 61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G)); in HWTEST_F() 62 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G)); in HWTEST_F() 63 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F() 64 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectType::CONNECTION_3G)); in HWTEST_F() 65 typeMap.insert(st in HWTEST_F() [all...] |
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 91 fanSlowSensorInfo.insert(std::make_pair(FAN, FAN_SLOW_THERHOLD)); in InitFanFaultInfoMap() 92 fanSlowSensorInfo.insert(std::make_pair(SOC, TEMP_HIGH_THERHOLD)); in InitFanFaultInfoMap() 93 fanSlowSensorInfo.insert(std::make_pair(GPU, TEMP_HIGH_THERHOLD)); in InitFanFaultInfoMap() 96 fanFastSensorInfo.insert(std::make_pair(FAN, FAN_FAST_THERHOLD)); in InitFanFaultInfoMap() 97 fanFastSensorInfo.insert(std::make_pair(SOC, TEMP_LOW_THERHOLD)); in InitFanFaultInfoMap() 98 fanFastSensorInfo.insert(std::make_pair(GPU, TEMP_LOW_THERHOLD)); in InitFanFaultInfoMap() 101 fanFaultInfoMap.insert(std::make_pair(FAN_FAULT_TOO_SLOW, fanSlowSensorInfo)); in InitFanFaultInfoMap() 102 fanFaultInfoMap.insert(std::make_pair(FAN_FAULT_TOO_FAST, fanFastSensorInfo)); in InitFanFaultInfoMap() 152 report.insert(std::make_pair(FAN, FAN_SLOW_SPEED)); in HWTEST_F() 153 report.insert(st in HWTEST_F() [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreDeleteJsunit.test.js | 69 await rdbStore.insert('test', valueBucket)
78 await rdbStore.insert('test', valueBucket)
87 await rdbStore.insert('test', valueBucket)
118 await rdbStore.insert('test', valueBucket)
127 await rdbStore.insert('test', valueBucket)
136 await rdbStore.insert('test', valueBucket)
168 await rdbStore.insert('test', valueBucket)
177 await rdbStore.insert('test', valueBucket)
222 await rdbStore.insert('test', valueBucket)
231 await rdbStore.insert('tes [all...] |
H A D | RelationalStoreTransactionJsunit.test.js | 57 * @tc.name RelationalStore transaction insert test
59 * @tc.desc RelationalStore transaction insert & commit, the result comes out is 3 items;
72 await rdbStore.insert("test", valueBucket)
92 * @tc.name RelationalStore transaction insert test
94 * @tc.desc RelationalStore transaction insert & commit, the result comes out is 3 items;
107 await rdbStore.insert("test", valueBucket)
115 await rdbStore.insert("test", valueBucket1)
124 await rdbStore.insert("test", valueBucket2)
143 * @tc.name RelationalStore transaction insert test
145 * @tc.desc while using transaction to insert value [all...] |
H A D | RelationalStoreExcuteSqlJsunit.test.js | 67 let insertPromise = rdbStore.insert("test", valueBucket)
70 await console.info(TAG + "insert done: " + ret);
82 let insertPromise = rdbStore.insert("test", valueBucket)
85 await console.info(TAG + "insert done: " + ret);
98 let insertPromise = rdbStore.insert("test", valueBucket)
101 await console.info(TAG + "insert done: " + ret);
144 let insertPromise = rdbStore.insert("test", valueBucket)
147 await console.info(TAG + "insert done: " + ret);
159 let insertPromise = rdbStore.insert("test", valueBucket)
162 await console.info(TAG + "insert don [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreDeleteJsunit.test.js | 66 await rdbStore.insert('test', valueBucket)
75 await rdbStore.insert('test', valueBucket)
84 await rdbStore.insert('test', valueBucket)
115 await rdbStore.insert('test', valueBucket)
124 await rdbStore.insert('test', valueBucket)
133 await rdbStore.insert('test', valueBucket)
165 await rdbStore.insert('test', valueBucket)
174 await rdbStore.insert('test', valueBucket)
219 await rdbStore.insert('test', valueBucket)
228 await rdbStore.insert('tes [all...] |
H A D | RdbstoreTransactionJsunit.test.js | 54 * @tc.name rdb transaction insert test
56 * @tc.desc rdb transaction insert & commit, the result comes out is 3 items;
69 await rdbStore.insert("test", valueBucket)
89 * @tc.name rdb transaction insert test
91 * @tc.desc rdb transaction insert & commit, the result comes out is 3 items;
104 await rdbStore.insert("test", valueBucket)
112 await rdbStore.insert("test", valueBucket1)
121 await rdbStore.insert("test", valueBucket2)
140 * @tc.name rdb transaction insert test
142 * @tc.desc while using transaction to insert value [all...] |
H A D | RdbstoreStoreExcuteSqlJsunit.test.js | 64 let insertPromise = rdbStore.insert("test", valueBucket)
67 await console.info(TAG + "insert done: " + ret);
79 let insertPromise = rdbStore.insert("test", valueBucket)
82 await console.info(TAG + "insert done: " + ret);
95 let insertPromise = rdbStore.insert("test", valueBucket)
98 await console.info(TAG + "insert done: " + ret);
141 let insertPromise = rdbStore.insert("test", valueBucket)
144 await console.info(TAG + "insert done: " + ret);
156 let insertPromise = rdbStore.insert("test", valueBucket)
159 await console.info(TAG + "insert don [all...] |
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/ |
H A D | clipboard_utils_test.cpp | 45 result.insert(std::make_pair(1, ClipboardPolicy::DEFAULT)); in HWTEST_F() 46 result.insert(std::make_pair(2, ClipboardPolicy::IN_APP)); in HWTEST_F() 47 result.insert(std::make_pair(3, ClipboardPolicy::LOCAL_DEVICE)); in HWTEST_F() 48 result.insert(std::make_pair(4, ClipboardPolicy::CROSS_DEVICE)); in HWTEST_F() 61 result.insert(std::make_pair(1, ClipboardPolicy::DEFAULT)); in HWTEST_F() 62 result.insert(std::make_pair(2, ClipboardPolicy::IN_APP)); in HWTEST_F() 63 result.insert(std::make_pair(3, ClipboardPolicy::LOCAL_DEVICE)); in HWTEST_F() 64 result.insert(std::make_pair(4, ClipboardPolicy::CROSS_DEVICE)); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | extents.c | 228 struct bkey *insert, in bch_btree_ptr_insert_fixup() 234 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup() 324 struct bkey *insert, in bch_extent_insert_fixup() 333 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup() 334 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup() 342 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup() 349 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup() 378 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup() 393 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup() 396 if (bkey_cmp(insert, in bch_extent_insert_fixup() 227 bch_btree_ptr_insert_fixup(struct btree_keys *bk, struct bkey *insert, struct btree_iter *iter, struct bkey *replace_key) bch_btree_ptr_insert_fixup() argument 323 bch_extent_insert_fixup(struct btree_keys *b, struct bkey *insert, struct btree_iter *iter, struct bkey *replace_key) bch_extent_insert_fixup() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | extents.c | 228 struct bkey *insert, in bch_btree_ptr_insert_fixup() 234 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup() 324 struct bkey *insert, in bch_extent_insert_fixup() 333 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup() 334 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup() 342 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup() 349 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup() 378 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup() 393 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup() 396 if (bkey_cmp(insert, in bch_extent_insert_fixup() 227 bch_btree_ptr_insert_fixup(struct btree_keys *bk, struct bkey *insert, struct btree_iter *iter, struct bkey *replace_key) bch_btree_ptr_insert_fixup() argument 323 bch_extent_insert_fixup(struct btree_keys *b, struct bkey *insert, struct btree_iter *iter, struct bkey *replace_key) bch_extent_insert_fixup() argument [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 62 captureList_.insert(std::pair<std::string, capture>("s", [this] { this->AppStackCapture(); })); in EventLogTask() 63 captureList_.insert(std::pair<std::string, capture>("S", [this] { this->SystemStackCapture(); })); in EventLogTask() 64 captureList_.insert(std::pair<std::string, capture>("b", [this] { this->BinderLogCapture(); })); in EventLogTask() 65 captureList_.insert(std::pair<std::string, capture>("ffrt", [this] { this->FfrtCapture(); })); in EventLogTask() 66 captureList_.insert(std::pair<std::string, capture>("cmd:m", [this] { this->MemoryUsageCapture(); })); in EventLogTask() 67 captureList_.insert(std::pair<std::string, capture>("cmd:c", [this] { this->CpuUsageCapture(); })); in EventLogTask() 68 captureList_.insert(std::pair<std::string, capture>("cmd:w", [this] { this->WMSUsageCapture(); })); in EventLogTask() 69 captureList_.insert(std::pair<std::string, capture>("cmd:a", [this] { this->AMSUsageCapture(); })); in EventLogTask() 70 captureList_.insert(std::pair<std::string, capture>("cmd:p", [this] { this->PMSUsageCapture(); })); in EventLogTask() 71 captureList_.insert(st in EventLogTask() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 460 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro 513 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest() 514 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest() 515 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest() 516 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest() 518 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest() 519 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest() 520 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest() 521 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() 522 insert( in wg_allowedips_selftest() 677 #undef insert global() macro [all...] |
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 460 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro 513 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest() 514 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest() 515 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest() 516 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest() 518 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest() 519 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest() 520 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest() 521 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() 522 insert( in wg_allowedips_selftest() 677 #undef insert global() macro [all...] |
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | coalesced_mmio.c | 70 __u32 insert; in coalesced_mmio_write() local 77 insert = READ_ONCE(ring->last); in coalesced_mmio_write() 78 if (!coalesced_mmio_has_room(dev, insert) || in coalesced_mmio_write() 79 insert >= KVM_COALESCED_MMIO_MAX) { in coalesced_mmio_write() 86 ring->coalesced_mmio[insert].phys_addr = addr; in coalesced_mmio_write() 87 ring->coalesced_mmio[insert].len = len; in coalesced_mmio_write() 88 memcpy(ring->coalesced_mmio[insert].data, val, len); in coalesced_mmio_write() 89 ring->coalesced_mmio[insert].pio = dev->zone.pio; in coalesced_mmio_write() 91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | coalesced_mmio.c | 70 __u32 insert; in coalesced_mmio_write() local 77 insert = READ_ONCE(ring->last); in coalesced_mmio_write() 78 if (!coalesced_mmio_has_room(dev, insert) || in coalesced_mmio_write() 79 insert >= KVM_COALESCED_MMIO_MAX) { in coalesced_mmio_write() 86 ring->coalesced_mmio[insert].phys_addr = addr; in coalesced_mmio_write() 87 ring->coalesced_mmio[insert].len = len; in coalesced_mmio_write() 88 memcpy(ring->coalesced_mmio[insert].data, val, len); in coalesced_mmio_write() 89 ring->coalesced_mmio[insert].pio = dev->zone.pio; in coalesced_mmio_write() 91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
|
/applications/standard/contacts_data/jstest/ |
H A D | ContactCard_test.js | 159 var contactDataId = await dataShareHelper.insert(profileContactDataUri, contactDataValues1); 163 console.info("logMessage : contact_data name insert error = " + error); 178 var rawContactId = await dataShareHelper.insert(profileRawContactUri, common.getProfileRawContact()); 188 console.info('logMessage contactCard_insert_test_100: insert error = ' + error); 207 var rawContactId = await dataShareHelper.insert(profileRawContactUri, insertRawContactValues); 217 console.info("logMessage contactCard_insert_test_400: raw_contact insert error = " + error); 230 var contactDataId1 = await dataShareHelper.insert(profileContactDataUri, contactDataValues1); 239 console.info("logMessage contactCard_insert_test_400: contact_data name insert error = " + error); 253 var contactDataId2 = await dataShareHelper.insert(profileContactDataUri, contactDataValues2); 262 console.info("logMessage contactCard_insert_test_400: contact_data company insert erro [all...] |
/base/global/i18n/frameworks/intl/src/ |
H A D | number_format.cpp | 362 preferredValuesOverOne.insert(std::make_pair(num, preferredUnits[i])); in Format() 364 preferredValuesUnderOne.insert(std::make_pair(num, preferredUnits[i])); in Format() 385 map.insert(std::make_pair("locale", localeBaseName)); in GetResolvedOptions() 387 map.insert(std::make_pair("style", styleString)); in GetResolvedOptions() 390 map.insert(std::make_pair("currency", currency)); in GetResolvedOptions() 393 map.insert(std::make_pair("currencySign", currencySign)); in GetResolvedOptions() 396 map.insert(std::make_pair("currencyDisplay", currencyDisplayString)); in GetResolvedOptions() 399 map.insert(std::make_pair("signDisplay", signDisplayString)); in GetResolvedOptions() 402 map.insert(std::make_pair("compactDisplay", compactDisplay)); in GetResolvedOptions() 405 map.insert(st in GetResolvedOptions() [all...] |
H A D | date_time_format.cpp | 620 map.insert(std::make_pair("locale", localeTag)); in GetResolvedOptions() 622 map.insert(std::make_pair("calendar", localeInfo->GetCalendar())); in GetResolvedOptions() 624 map.insert(std::make_pair("calendar", calendar->getType())); in GetResolvedOptions() 627 map.insert(std::make_pair("dateStyle", dateStyle)); in GetResolvedOptions() 630 map.insert(std::make_pair("timeStyle", timeStyle)); in GetResolvedOptions() 633 map.insert(std::make_pair("hourCycle", hourCycle)); in GetResolvedOptions() 635 map.insert(std::make_pair("hourCycle", localeInfo->GetHourCycle())); in GetResolvedOptions() 638 map.insert(std::make_pair("timeZone", timeZone)); in GetResolvedOptions() 643 map.insert(std::make_pair("timeZone", timeZoneString)); in GetResolvedOptions() 646 map.insert(st in GetResolvedOptions() [all...] |
/base/security/asset/frameworks/js/napi/src/ |
H A D | asset_napi_update.cpp | 60 queryValidTags.insert(queryValidTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckUpdateArgs() 61 queryValidTags.insert(queryValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs() 62 queryValidTags.insert(queryValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckUpdateArgs() 63 queryValidTags.insert(queryValidTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckUpdateArgs() 69 updateValidTags.insert(updateValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs() 70 updateValidTags.insert(updateValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckUpdateArgs() 71 updateValidTags.insert(updateValidTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckUpdateArgs() 72 updateValidTags.insert(updateValidTags.end(), UPDATE_OPTIONAL_TAGS.begin(), UPDATE_OPTIONAL_TAGS.end()); in CheckUpdateArgs()
|
H A D | asset_napi_query.cpp | 51 validTags.insert(validTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckQueryArgs() 52 validTags.insert(validTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckQueryArgs() 53 validTags.insert(validTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckQueryArgs() 54 validTags.insert(validTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckQueryArgs() 55 validTags.insert(validTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckQueryArgs() 56 validTags.insert(validTags.end(), OPTIONAL_TAGS.begin(), OPTIONAL_TAGS.end()); in CheckQueryArgs()
|
H A D | asset_napi_add.cpp | 52 validTags.insert(validTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckAddArgs() 53 validTags.insert(validTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckAddArgs() 54 validTags.insert(validTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckAddArgs() 55 validTags.insert(validTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckAddArgs() 56 validTags.insert(validTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckAddArgs() 57 validTags.insert(validTags.end(), OPTIONAL_TAGS.begin(), OPTIONAL_TAGS.end()); in CheckAddArgs()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 72 typeMap_.insert(std::make_pair(SensorType::SOC, sensorType[ARG_0])); in InitSensorTypeMap() 73 typeMap_.insert(std::make_pair(SensorType::BATTERY, sensorType[ARG_1])); in InitSensorTypeMap() 74 typeMap_.insert(std::make_pair(SensorType::SHELL, sensorType[ARG_2])); in InitSensorTypeMap() 75 typeMap_.insert(std::make_pair(SensorType::SENSOR1, sensorType[ARG_3])); in InitSensorTypeMap() 76 typeMap_.insert(std::make_pair(SensorType::SENSOR2, sensorType[ARG_4])); in InitSensorTypeMap() 77 typeMap_.insert(std::make_pair(SensorType::SENSOR3, sensorType[ARG_5])); in InitSensorTypeMap() 78 typeMap_.insert(std::make_pair(SensorType::SENSOR4, sensorType[ARG_6])); in InitSensorTypeMap() 79 typeMap_.insert(std::make_pair(SensorType::SENSOR5, sensorType[ARG_7])); in InitSensorTypeMap() 80 typeMap_.insert(std::make_pair(SensorType::SENSOR6, sensorType[ARG_8])); in InitSensorTypeMap() 81 typeMap_.insert(st in InitSensorTypeMap() [all...] |
/base/security/asset/services/core_service/src/operations/ |
H A D | operation_add.rs | 16 //! This module is used to insert an Asset with a specified alias. 41 db_data.insert(column::SECRET, Value::Bytes(cipher)); in encrypt_secret() 59 condition.insert(column::SYNC_TYPE, Value::Number(SyncType::TrustedAccount as u32)); in resolve_conflict() 60 condition.insert(column::SYNC_STATUS, Value::Number(SyncStatus::SyncDel as u32)); in resolve_conflict() 74 query.insert(column::ALIAS, Value::Bytes(alias.clone())); in get_query_condition() 75 query.insert(column::OWNER, Value::Bytes(calling_info.owner_info().clone())); in get_query_condition() 76 query.insert(column::OWNER_TYPE, Value::Number(calling_info.owner_type())); in get_query_condition() 81 db_data.insert(column::VERSION, Value::Number(DB_DATA_VERSION)); in add_system_attrs() 84 db_data.insert(column::CREATE_TIME, Value::Bytes(time.clone())); in add_system_attrs() 85 db_data.insert(colum in add_system_attrs() [all...] |
/test/testfwk/developer_test/src/main/ |
H A D | _init_global_config.py | 24 # insert src path for loading xdevice modules 31 sys.path.insert(0, sys.framework_src_dir) 44 sys.path.insert(0, sys.xdevice_dir) 54 sys.path.insert(1, sys.xdevice_extension_dir) 61 sys.path.insert(2, sys.pytest_dir) 69 sys.path.insert(3, sys.adapter_dir) 75 sys.path.insert(4, sys.hmh_script)
|