/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 87 struct EventInfo { struct 89 std::string bundleName; 90 std::string moduleName; 94 int64_t timeStamp = 0; 98 int32_t callingUid = 0; 116 bool isEnable = false; 136 int32_t sceneId = 0; 138 int32_t appIndex = 0; 144 std::string fileName; 145 int64_t freeSize = 0; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 28 struct EventInfo { struct 29 int32_t pid = -1; 30 int32_t userId = -1; 33 int32_t errCode = -1; 35 std::string bundleName; 43 int64_t time = 0; 47 int32_t startType = 0; 48 int32_t appUid = -1; 52 std::string uri; 55 int64_t duration = 0; [all …]
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | event_report.h | 41 struct EventInfo { struct 51 EventInfo() : userId(-1), pid(0), uid(0), resultCode(0), subscriberNum(0) {} in EventInfo() argument
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | event_report.h | 64 struct EventInfo { struct 86 static void SendSupplierFaultEvent(const EventInfo &eventInfo); argument
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | event_report.h | 46 struct EventInfo { struct 68 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo); argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/variable_frame_rate/ |
H A D | rs_variable_frame_rate.h | 28 struct EventInfo { struct 29 std::string eventName; // unique ID assigned by HGM, e.g."VOTER_THERMAL" 30 bool eventStatus; // true-enter, false-exit 31 uint32_t minRefreshRate; // the desired min refresh rate, e.g.60 32 uint32_t maxRefreshRate; // the desired max refresh rate, e.g.120 33 std::string description; // the extend description for eventName,e.g."SCENE_APP_START_ANIMATION"
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/event/ |
H A D | event_info.h | 24 struct EventInfo : public BaseJsonStruct { struct 28 EventInfo() = default; argument 29 EventInfo(EventId id, TaskBody body) : eventId(id), taskBody(std::move(body)) {} in EventInfo() function
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/ |
H A D | daily_db_helper.h | 25 struct EventInfo { struct 36 int32_t InsertEventInfo(const EventInfo& info); argument
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/ |
H A D | content_reader.h | 31 struct EventInfo { struct 44 using EventInfo = struct EventInfo; argument
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | audit_log_parser.h | 25 struct EventInfo { struct 34 bool operator<(const EventInfo &obj) const argument 55 std::list<EventInfo> processChain; argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/ |
H A D | set_searchable_event.h | 24 struct EventInfo { struct 29 SetSearchableEvent(StoreInfo storeInfo, EventInfo evtInfo, int32_t evtId = SET_SEARCHABLE) argument
|
H A D | data_change_event.h | 28 struct EventInfo { struct 33 DataChangeEvent(StoreInfo storeInfo, EventInfo evtInfo) in DataChangeEvent() argument
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | event_report.h | 48 struct EventInfo { struct 58 …IMAGE_EFFECT_EXPORT static void ReportHiSysEvent(const std::string &eventName, const EventInfo &ev… argument
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | map_service.h | 126 struct EventInfo { struct 151 virtual void OnNotifyingEvent(const std::string &addr, EventInfo &event) in OnNotifyingEvent() argument
|
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/include/ |
H A D | net_event_report.h | 28 struct EventInfo { struct 29 int32_t sharingType = 0; 30 int32_t operatorType = 0; 31 int32_t sharingCount = 0; 33 int32_t errorType = 0; 34 std::string errorMsg;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.h | 43 struct EventInfo { struct 44 int64_t startTime = 0; 45 int64_t stopTime = 0; 46 int64_t uniqueId = 0; 47 int32_t appPid = -1; 48 std::string sceneId; 49 std::set<NodeId> disableNodes;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | event_manager.h | 42 struct EventInfo { struct 47 std::string networkId;
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | event_manager.h | 42 struct EventInfo { struct 47 std::string networkId;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_event.cpp | 19 SyncEvent::EventInfo::EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> q… in EventInfo() function in OHOS::DistributedData::SyncEvent::EventInfo 24 SyncEvent::EventInfo::EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> q… in EventInfo() function in OHOS::DistributedData::SyncEvent::EventInfo 31 SyncEvent::EventInfo::EventInfo(SyncEvent::EventInfo &&info) noexcept in EventInfo() function in OHOS::DistributedData::SyncEvent::EventInfo
|
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | event_info.h | 26 EventInfo(int64_t eventId, std::string version, std::string content) {}; in EventInfo() function
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_service.cpp | 44 struct EventInfo { struct 45 int32_t type = 0; 46 std::string data; 47 int32_t errorType = 0;
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _event_info_v10.md | 1 # EventInfo chapter
|
H A D | _event_info_v20.md | 1 # EventInfo chapter
|
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/ |
H A D | event_info.cpp | 19 EventInfo::EventInfo(int64_t eventId, std::string version, std::string content) in EventInfo() function in OHOS::Security::SecurityGuard::EventInfo
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 213 struct EventInfo { struct 214 …t64_t appData; /** The pointer to the upper-layer instance passed to the callback */ 215 uint32_t data1; /** Data 1 carried in the event. */ 216 uint32_t data2; /** Data 2 carried in the event. */ 217 int8_t *eventData; /** The pointer of data carried in the event. */ 218 uint32_t eventDataLen; /** The length of <b>eventData</b>, in bytes. */
|