Home
last modified time | relevance | path

Searched defs:eventJson (Results 1 - 4 of 4) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp85 nlohmann::json eventJson; in EventToStr() local
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp260 nlohmann::json eventJson = StringToJsonObj(eventStr); in StringToMap() local
271 nlohmann::json eventJson = nlohmann::json::parse(eventStr, nullptr, false); in StringToJsonObj() local
283 std::unordered_map<std::string, std::string> ParseUtil::JsonObjToMap(const nlohmann::json& eventJson) in JsonObjToMap() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1018 void JsCardParser::ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eventJson, in ParseEvents() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2569 std::string eventJson = argv[HIVIEW_ARGS_JSON_IDX]->ToString(runtime); in JsHiViewReport() local
2570 EventReport::JsEventReport(StringToInt(eventId), eventJson); in JsHiViewReport() local

Completed in 12 milliseconds