Searched defs:dataJson (Results 1 – 3 of 3) sorted by relevance
| /foundation/communication/dsoftbus/tests/core/discovery/coap/common/unittest/ |
| D | disc_coap_parser_test.cpp | 99 cJSON *dataJson = cJSON_Parse(dataStr.c_str()); variable 161 cJSON *dataJson = cJSON_Parse(dataStr.c_str()); variable 194 cJSON *dataJson = cJSON_Parse(dataStr.c_str()); variable 213 cJSON *dataJson = cJSON_Parse(dataStr.c_str()); variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | js_card_parser.cpp | 623 const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) in ParseAttributes() 1209 auto dataJson = isRepeat_ ? repeatJson_->ToString() : json->ToString(); in ParseArrayExpression() local 1268 int32_t parentId, const std::vector<int>& idArray, const std::unique_ptr<JsonValue>& dataJson, in UpdateDomNode() 1354 …std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& … in ParseVariable() 1372 …std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& … in ParseMultiVariable() 1564 bool JsCardParser::GetVariable(std::string& value, const std::unique_ptr<JsonValue>& dataJson) in GetVariable() 1625 const std::string& tmpKey, std::stack<std::string>& keyStack, const std::string& dataJson) in ParsePointOperator() 1649 …int32_t parentId, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& ac… in CreateDomNode() 1933 …etShownAttr(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, in GetShownAttr() 2034 …etBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, in GetBoolValue()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| D | js_ability_impl.cpp | 269 jerry_value_t dataJson = jerry_json_stringify(args[0]); in OnSaveData() local
|