Home
last modified time | relevance | path

Searched refs:types (Results 1 - 25 of 397) sorted by relevance

12345678910>>...16

/base/msdp/device_status/utils/common/src/
H A Dpreview_style_packer.cpp31 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 Dapp_event_observer.h37 /* 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 Dhilog_cmd.h76 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 Dservice_controller.cpp65 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 Dapp_event_observer.cpp90 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 Dlib.rs23 pub mod types; modules
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhdf_service_checker.h18 #include <sys/types.h>
/base/startup/init/services/init/include/
H A Ddevice.h17 #include <sys/types.h>
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Derrors.h21 #include <sys/types.h>
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_cma_info.h18 #include <sys/types.h>
/base/hiviewdfx/hiview/plugins/eventlogger/test/util/
H A Deventlogger_util_test.h18 #include <sys/types.h>
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Derrors.h21 #include <sys/types.h>
/base/startup/init/ueventd/include/
H A Dueventd_socket.h18 #include <sys/types.h>
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.h18 #include <sys/types.h>
H A Dfreeze_detector_test.h18 #include <sys/types.h>
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Dactive_key_event_test.h18 #include <sys/types.h>
H A Devent_logger_plugin_test.h18 #include <sys/types.h>
H A Devent_logger_test.h18 #include <sys/types.h>
/base/security/code_signature/services/key_enable/utils/include/
H A Dkey_utils.h23 #include <sys/types.h>
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dipc_mock_skeleton.h17 #include <sys/types.h>
/base/update/updater/utils/include/
H A Dutils_common.h22 #include <sys/types.h>
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h28 uint16_t types; member
44 std::cout << " types: " << types << std::endl; in Print()
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp41 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 Devent_logger_catcher_test.h18 #include <sys/types.h>
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_socket.h20 #include <sys/types.h>

Completed in 7 milliseconds

12345678910>>...16