Searched refs:valueItem (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | lru_cache.cpp | 174 cJSON *valueItem = cJSON_GetArrayItem(keyItem, j); in ReadCacheFromJsonValue() local 175 if (valueItem == nullptr) { in ReadCacheFromJsonValue() 176 NETSTACK_LOGD("valueItem is null"); in ReadCacheFromJsonValue() 179 std::string valueKey = valueItem->string; in ReadCacheFromJsonValue() 180 m[valueKey] = cJSON_GetStringValue(valueItem); in ReadCacheFromJsonValue()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 170 cJSON *valueItem = cJSON_GetArrayItem(keyItem, j); in ReadCacheFromJsonValue() local 171 if (valueItem == nullptr) { in ReadCacheFromJsonValue() 172 NETSTACK_LOGD("valueItem is null"); in ReadCacheFromJsonValue() 175 std::string valueKey = valueItem->string; in ReadCacheFromJsonValue() 176 m[valueKey] = cJSON_GetStringValue(valueItem); in ReadCacheFromJsonValue()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 229 void *valueItem = nullptr; in ConvertBucket() local 231 status = OhCloudExtVectorGet(pValValues.get(), j, &valueItem, reinterpret_cast<unsigned int *>(&valueItemLen)); in ConvertBucket() 232 if (status != ERRNO_SUCCESS || valueItem == nullptr) { in ConvertBucket() 235 OhCloudExtValue *valueOut = reinterpret_cast<OhCloudExtValue *>(valueItem); in ConvertBucket()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 1669 GRD_KVItemT valueItem = { nullptr, 0 }; in TestGrdKvBatchCoupling003Fuzz() local 1670 GRD_Fetch(resultSet, &keyItem, &valueItem); in TestGrdKvBatchCoupling003Fuzz() 1672 GRD_KVFreeItem(&valueItem); in TestGrdKvBatchCoupling003Fuzz()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 1678 GRD_KVItemT valueItem = { nullptr, 0 }; in TestGrdKvBatchCoupling003Fuzz() local 1679 GRD_FetchInner(resultSet, &keyItem, &valueItem); in TestGrdKvBatchCoupling003Fuzz() 1681 GRD_KVFreeItemInner(&valueItem); in TestGrdKvBatchCoupling003Fuzz()
|
Completed in 9 milliseconds