Home
last modified time | relevance | path

Searched refs:keyTmp (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp157 Key keyTmp; variable
158 keyTmp.push_back(1);
184 Key keyTmp; variable
203 Key keyTmp; variable
224 Key keyTmp; variable
285 Key keyTmp; variable
336 Key keyTmp; variable
378 Key keyTmp; variable
402 Key keyTmp; variable
439 Key keyTmp; variable
[all …]
H A Ddistributeddb_interfaces_data_operation_test.cpp419 Key keyTmp; variable
420 keyTmp.push_back(1);
447 Key keyTmp; variable
466 Key keyTmp; variable
487 Key keyTmp; variable
548 Key keyTmp; variable
600 Key keyTmp; variable
642 Key keyTmp; variable
666 Key keyTmp; variable
703 Key keyTmp; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp245 Key keyTmp = {'1'}; in GetKvStoreProcess() local
255 EXPECT_TRUE(g_kvNbDelegatePtr->Put(keyTmp, value) == OK); in GetKvStoreProcess()
256 EXPECT_TRUE(g_kvNbDelegatePtr->Get(keyTmp, valueRead) == OK); in GetKvStoreProcess()
H A Ddistributeddb_storage_data_operation_test.cpp433 Key keyTmp = key; variable
435 keys.push_back(keyTmp);
436 keyTmp.push_back('q');
437 keys.push_back(keyTmp);
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp1316 uint32_t keyTmp = 0; in SetLayerColorKey() local
1317 if (!DisplayDeviceReadData(&keyTmp, data)) { in SetLayerColorKey()
1321 int32_t ret = device_->SetLayerColorKey(devId, layerId, enableTmp, keyTmp); in SetLayerColorKey()
1346 uint32_t keyTmp = 0; in GetLayerColorKey() local
1347 int32_t ret = device_->GetLayerColorKey(devId, layerId, &enableTmp, &keyTmp); in GetLayerColorKey()
1356 if (!reply->WriteUint32(keyTmp)) { in GetLayerColorKey()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp283 std::string keyTmp = key.substr(strlen("encryWepKeys") + 1); in SetWifiDeviceConfigEncrypt() local
284 int pos = CheckDataLegal(keyTmp); in SetWifiDeviceConfigEncrypt()
318 std::string keyTmp = key.substr(strlen("wepKeys") + 1); in SetWifiDeviceConfig() local
319 int pos = CheckDataLegal(keyTmp); in SetWifiDeviceConfig()
1359 std::string keyTmp = key.substr(strlen("vecDev_"), pos); in SetWifiP2pGroupInfoDev() local
1360 unsigned long index = static_cast<unsigned long>(CheckDataLegal(keyTmp)); in SetWifiP2pGroupInfoDev()
1853 std::string keyTmp = key.substr(strlen("wepKeys") + 1); in SetWifiBackupConfig() local
1854 int pos = CheckDataLegal(keyTmp); in SetWifiBackupConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddevice_kvstore_test.cpp1029 Key keyTmp = SingleGenerate1025KeyLen(); variable
1030 keys.push_back(keyTmp);
H A Dsingle_kvstore_client_test.cpp916 Key keyTmp = SingleGenerate1025KeyLen(); variable
917 keys.push_back(keyTmp);