/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_json_decorator.cpp | 72 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 D | event_publish.cpp | 227 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 D | sg_obtaindata_client.cpp | 60 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 D | json_parser.cpp | 39 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 D | hiview_listener.cpp | 72 nlohmann::json eventJson = nlohmann::json::parse(eventJsonStr); in GetSecEvent() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 114 Json::Value eventJson; in InnerShareAppEvent() local 186 Json::Value eventJson; in PublishStackEvent() local
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | os_event_listener.cpp | 242 Json::Value eventJson; in GetAppEventPackFromJson() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 258 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 D | event_json_parser.cpp | 107 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 D | system_ability_manager_util.cpp | 85 nlohmann::json eventJson; in EventToStr() local
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher.cpp | 172 std::string eventJson = event->AsJsonStr(); in HandleSubscribeTask() local
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 55 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 D | napi_hisysevent_util.cpp | 775 Json::Value eventJson; in CreateHiSysEventInfoJsObject() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1024 …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 D | jsi_engine.cpp | 2569 std::string eventJson = argv[HIVIEW_ARGS_JSON_IDX]->ToString(runtime); in JsHiViewReport() local
|