/base/msdp/device_status/utils/common/src/ |
H A D | preview_style_packer.cpp | 31 std::vector<int32_t> types; in Marshalling() local 32 for (const auto &elem : previewStyle.types) { in Marshalling() 33 types.push_back(static_cast<int32_t>(elem)); in Marshalling() 35 WRITEINT32VECTOR(data, types, ERR_INVALID_VALUE); in Marshalling() 45 std::vector<int32_t> types; in UnMarshalling() local 46 READINT32VECTOR(data, types, ERR_INVALID_VALUE); in UnMarshalling() 47 for (const auto &elem : types) { in UnMarshalling() 48 previewStyle.types.push_back(static_cast<PreviewType>(elem)); in UnMarshalling()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 37 /* Filtering events by event types, stored in bits */
38 uint32_t types = 0;
member 43 uint32_t types = 0);
44 AppEventFilter(const std::string& domain, uint32_t types);
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 76 uint16_t types; member 171 uint16_t types; member 180 uint16_t types; member 188 uint16_t types; member 268 uint16_t types; member 272 uint16_t types; member
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 65 inline bool IsKmsg(uint16_t types) in IsKmsg() argument 67 return types == (0b01 << LOG_KMSG); in IsKmsg() 432 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst() 454 if (rqst.types == 0) { in LogFilterFromOutputRqst() 455 filter.types = DEFAULT_LOG_TYPES; in LogFilterFromOutputRqst() 457 filter.types = rqst.types; in LogFilterFromOutputRqst() 511 bool isKmsg = IsKmsg(filter.types); in HandleOutputRqst() 566 bool isKmsgType = rqst.outputFilter.types in PersistStartRqst2Msg() 719 uint16_t types = rqst.types; HandleBufferSizeGetRqst() local 743 uint16_t types = rqst.types; HandleBufferSizeSetRqst() local 814 uint16_t types = rqst.types; HandleLogRemoveRqst() local [all...] |
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 90 uint32_t types) : domain(domain), names(names), types(types)
in AppEventFilter() 93 AppEventFilter::AppEventFilter(const std::string& domain, uint32_t types) : domain(domain), types(types)
in AppEventFilter() argument 112 if (types != 0 && !(types & (1 << eventType))) { // 1: bit mask
in IsValidEvent() 89 AppEventFilter(const std::string& domain, const std::unordered_set<std::string>& names, uint32_t types) AppEventFilter() argument
|
/base/security/asset/services/db_operator/src/ |
H A D | lib.rs | 23 pub mod types; modules
|
/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | hdf_service_checker.h | 18 #include <sys/types.h>
|
/base/startup/init/services/init/include/ |
H A D | device.h | 17 #include <sys/types.h>
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/ |
H A D | errors.h | 21 #include <sys/types.h>
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | get_cma_info.h | 18 #include <sys/types.h>
|
/base/hiviewdfx/hiview/plugins/eventlogger/test/util/ |
H A D | eventlogger_util_test.h | 18 #include <sys/types.h>
|
/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | errors.h | 21 #include <sys/types.h>
|
/base/startup/init/ueventd/include/ |
H A D | ueventd_socket.h | 18 #include <sys/types.h>
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.h | 18 #include <sys/types.h>
|
H A D | freeze_detector_test.h | 18 #include <sys/types.h>
|
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | active_key_event_test.h | 18 #include <sys/types.h>
|
H A D | event_logger_plugin_test.h | 18 #include <sys/types.h>
|
H A D | event_logger_test.h | 18 #include <sys/types.h>
|
/base/security/code_signature/services/key_enable/utils/include/ |
H A D | key_utils.h | 23 #include <sys/types.h>
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | ipc_mock_skeleton.h | 17 #include <sys/types.h>
|
/base/update/updater/utils/include/ |
H A D | utils_common.h | 22 #include <sys/types.h>
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_filter.h | 28 uint16_t types; member 44 std::cout << " types: " << types << std::endl; in Print()
|
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
H A D | setdonotdisturbdate_fuzzer.cpp | 41 uint8_t types = *data % SLOT_TYPE_NUM;
in DoSomethingInterestingWithMyAPI() local 42 Notification::NotificationConstant::SlotType slotType = Notification::NotificationConstant::SlotType(types);
in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.h | 18 #include <sys/types.h>
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
H A D | faultloggerd_socket.h | 20 #include <sys/types.h>
|