Home
last modified time | relevance | path

Searched defs:putValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp359 std::vector<short> putValue; variable
382 std::vector<int> putValue; variable
405 std::vector<long> putValue; variable
428 std::vector<AAFwk::byte> putValue; variable
451 std::vector<float> putValue; variable
474 std::vector<double> putValue; variable
498 std::vector<std::string> putValue; variable
774 std::vector<char> putValue; variable
1078 std::vector<char> putValue; variable
1100 std::vector<bool> putValue; variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp136 bool putValue = false; in DoPut() local
143 double putValue = 0; in DoPut() local
150 std::string putValue; in DoPut() local
157 std::vector<uint8_t> putValue; in DoPut() local
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_util_test.cpp258 int32_t putValue = 10; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c1014 char putValue[PUT_VALUE_MAX_LEN] = { 0 }; in LnnLedgerDataChangeSyncToDB() local
1080 char *putValue = cJSON_PrintUnformatted(json); in LnnLedgerAllDataSyncToDB() local
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp235 const int putValue = 1; in BENCHMARK_F() local
/ohos5.0/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()