Home
last modified time | relevance | path

Searched defs:eventJson (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp72 bool HiSysEventJsonDecorator::CheckAttrDecorationNeed(const Json::Value& eventJson, const std::stri… in HiSysEventJsonDecorator()
80 Validity HiSysEventJsonDecorator::CheckAttrValidity(const Json::Value& eventJson, const std::string… in HiSysEventJsonDecorator()
113 bool HiSysEventJsonDecorator::CheckEventDecorationNeed(const Json::Value& eventJson, in HiSysEventJsonDecorator()
169 Json::Value eventJson; in HiSysEventJsonDecorator() local
189 }, [this] (const Json::Value& eventJson, const Json::Value& definedName) { in HiSysEventJsonDecorator()
223 …l HiSysEventJsonDecorator::JudgeDataType(const std::string &dataType, const Json::Value &eventJson) in HiSysEventJsonDecorator()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp227 void RemoveEventInternalField(Json::Value& eventJson) in RemoveEventInternalField()
235 void WriteEventJson(Json::Value& eventJson, const std::string& filePath) in WriteEventJson()
247 Json::Value& eventJson) in SaveEventAndLogToSandBox()
259 void SaveEventToTempFile(int32_t uid, Json::Value& eventJson) in SaveEventToTempFile()
293 Json::Value& eventJson) in StartOverLimitThread()
306 const std::string& bundleName, Json::Value eventJson) in SendOverLimitEventToSandBox()
392 Json::Value eventJson; in PushEvent() local
/ohos5.0/base/security/security_guard/interfaces/inner_api/obtaindata/src/
H A Dsg_obtaindata_client.cpp60 static int32_t RequestSecurityEventInfoAsyncImpl(const DeviceIdentify *devId, const char *eventJson, in RequestSecurityEventInfoAsyncImpl()
101 int32_t RequestSecurityEventInfoAsync(const DeviceIdentify *devId, const char *eventJson, in RequestSecurityEventInfoAsync()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp39 bool JsonParser::ParseJsonString(Json::Value& eventJson, const std::string& jsonStr) in ParseJsonString()
48 bool JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& field… in CheckJsonValue()
/ohos5.0/base/security/security_guard/services/data_collect/collect/hiview/
H A Dhiview_listener.cpp72 nlohmann::json eventJson = nlohmann::json::parse(eventJsonStr); in GetSecEvent() local
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp114 Json::Value eventJson; in InnerShareAppEvent() local
186 Json::Value eventJson; in PublishStackEvent() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp242 Json::Value eventJson; in GetAppEventPackFromJson() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp258 nlohmann::json eventJson = StringToJsonObj(eventStr); in StringToMap() local
269 nlohmann::json eventJson = nlohmann::json::parse(eventStr, nullptr, false); in StringToJsonObj() local
281 …d::unordered_map<std::string, std::string> ParseUtil::JsonObjToMap(const nlohmann::json& eventJson) in JsonObjToMap()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp107 void EventJsonParser::InitEventInfoMapRef(const Json::Value& eventJson, JSON_VALUE_LOOP_HANDLER han… in InitEventInfoMapRef() argument
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp85 nlohmann::json eventJson; in EventToStr() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp172 std::string eventJson = event->AsJsonStr(); in HandleSubscribeTask() local
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp55 void AppendJsonValue(std::string& eventJson, const std::string& key, T val) in AppendJsonValue()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp775 Json::Value eventJson; in CreateHiSysEventInfoJsObject() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1024 …arseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eventJson, in ParseEvents()
/ohos5.0/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