Home
last modified time | relevance | path

Searched refs:putValue (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp359 std::vector<short> putValue; in HWTEST_F() local
362 putValue.emplace_back(i + 1); in HWTEST_F()
364 pacmap_->PutShortValueArray("key_short_array", putValue); in HWTEST_F()
367 bool isEqual = (putValue == getValue); in HWTEST_F()
382 std::vector<int> putValue; in HWTEST_F() local
385 putValue.emplace_back(i + 1); in HWTEST_F()
387 pacmap_->PutIntValueArray("key_int_array", putValue); in HWTEST_F()
390 bool isEqual = (putValue == getValue); in HWTEST_F()
405 std::vector<long> putValue; in HWTEST_F() local
408 putValue in HWTEST_F()
428 std::vector<AAFwk::byte> putValue; HWTEST_F() local
451 std::vector<float> putValue; HWTEST_F() local
474 std::vector<double> putValue; HWTEST_F() local
498 std::vector<std::string> putValue; HWTEST_F() local
774 std::vector<char> putValue; HWTEST_F() local
1078 std::vector<char> putValue; HWTEST_F() local
1100 std::vector<bool> putValue; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp136 bool putValue = false; in DoPut() local
137 napi_status status = JSUtil::GetValue(env, value, putValue); in DoPut()
139 wrapper->GetObject()->PutBoolean(keyString, putValue); in DoPut()
143 double putValue = 0; in DoPut() local
144 napi_status status = JSUtil::GetValue(env, value, putValue); in DoPut()
146 wrapper->GetObject()->PutDouble(keyString, putValue); in DoPut()
150 std::string putValue; in DoPut() local
151 napi_status status = JSUtil::GetValue(env, value, putValue); in DoPut()
153 wrapper->GetObject()->PutString(keyString, putValue); in DoPut()
157 std::vector<uint8_t> putValue; in DoPut() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c1019 char putValue[PUT_VALUE_MAX_LEN] = { 0 }; in LnnLedgerDataChangeSyncToDB() local
1020 if (sprintf_s(putValue, PUT_VALUE_MAX_LEN, "%s#%d#%llu", value, localCaheInfo.stateVersion, nowTime) < 0) { in LnnLedgerDataChangeSyncToDB()
1026 int32_t ret = LnnPutDBData(dbId, putKey, strlen(putKey), putValue, strlen(putValue)); in LnnLedgerDataChangeSyncToDB()
1090 char *putValue = cJSON_PrintUnformatted(json); in ProcessSyncToDB() local
1094 int32_t ret = LnnPutDBData(dbId, putKey, strlen(putKey), putValue, strlen(putValue)); in ProcessSyncToDB()
1095 cJSON_free(putValue); in ProcessSyncToDB()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dlnn_data_cloud_sync_mock.cpp660 int32_t LnnPutDBData(int32_t dbId, char *putKey, uint32_t putKeyLen, char *putValue, uint32_t putValueLen) in LnnPutDBData() argument
662 return GetNetBuilderDepsInterface()->LnnPutDBData(dbId, putKey, putKeyLen, putValue, putValueLen); in LnnPutDBData()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_data_cloud_sync_mock.h190 virtual int32_t LnnPutDBData(int32_t dbId, char *putKey, uint32_t putKeyLen, char *putValue, uint32_t putValueLen);
321 MOCK_METHOD5(LnnPutDBData, int32_t(int32_t dbId, char *putKey, uint32_t putKeyLen, char *putValue,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp115 void PutUniqueKey(vector<Entry> &entryVec, const Key &putKey, const Value &putValue) in PutUniqueKey() argument
121 entryVec[idxEntry].value = putValue; in PutUniqueKey()
125 Entry entry = { putKey, putValue }; in PutUniqueKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h109 const DistributedDB::Key &putKey, const DistributedDB::Value &putValue);

Completed in 12 milliseconds