Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Djson_util_test.cpp772 const char* keyPut = "key-aaa"; variable
774 jsonValue->Put(keyPut, value);
782 keyPut = "key-number";
783 jsonValue->Put(keyPut, 100);
784 int64_t ret5 = jsonValue->GetInt64(keyPut, 0);
1215 const char* keyPut = "key-aaa"; variable
1217 jsonValue->Put(keyPut, value);
1227 keyPut = "key-number";
1228 jsonValue->Put(keyPut, 100);
1229 int64_t ret5 = jsonValue->GetUInt(keyPut, 0);
[all …]