Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 118) sorted by relevance

12345

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h72 uint16_t types; member
150 uint16_t types; member
159 uint16_t types; member
167 uint16_t types; member
247 uint16_t types; member
251 uint16_t types; member
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp419 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst()
441 if (rqst.types == 0) { in LogFilterFromOutputRqst()
442 filter.types = DEFAULT_LOG_TYPES; in LogFilterFromOutputRqst()
444 filter.types = rqst.types; in LogFilterFromOutputRqst()
549 bool isKmsgType = rqst.outputFilter.types == (0b01 << LOG_KMSG); in PersistStartRqst2Msg()
655 task.outputFilter.types = it->logType; in HandlePersistQueryRqst()
668 uint16_t types = rqst.types; in HandleBufferSizeGetRqst() local
669 if (types == 0) { in HandleBufferSizeGetRqst()
670 types = DEFAULT_LOG_TYPES; in HandleBufferSizeGetRqst()
675 if ((1 << t) & types) { in HandleBufferSizeGetRqst()
[all …]
Dlog_buffer.cpp132 if (((static_cast<uint16_t>(0b01 << logData.type)) & filter.types) == 0) { in LogMatchFilter()
197 uint16_t qTypes = filter.types; in Query()
Dlog_persister.cpp366 response.logType = logPersister->m_startMsg.filter.types; in Query()
/base/security/selinux/sepolicy/base/public/
Dattributes68 # All types in the sysfs file system.
72 # All types in the debugfs file system.
76 # All types of parameters.
80 # All types of services.
84 # All types of hdf_services.
Dglb_roles.spt15 role r types domain;
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp311 uint16_t types; member
325 … pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false),
332 rqst.types = types; in ToOutputRqst()
372 rqst.types = types; in ToBufferSizeSetRqst()
378 rqst.types = types; in ToBufferSizeGetRqst()
383 rqst.types = types; in ToStatsQueryRqst()
393 rqst.types = types; in ToLogRemoveRqst()
532 cout << "Get " << ComboLogType2Str(rqst.types) << " buffer size failed" << endl; in BufferSizeGetHandler()
722 cout << "Log type " << ComboLogType2Str(rsp.types) << " buffer clear successfully" << endl; in RemoveHandler()
762 uint16_t types = Str2ComboLogType(arg); in TypeHandler() local
[all …]
/base/hiviewdfx/hilog/services/hilogd/include/
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/
Dsetdonotdisturbdate_fuzzer.cpp41 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
42 …ion::NotificationConstant::SlotType slotType = Notification::NotificationConstant::SlotType(types); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp99 napi_value types = NapiUtil::GetProperty(env, filter, FILTERS_TYPES_PROP); in IsValidFilter() local
100 if (types == nullptr) { in IsValidFilter()
103 if (!NapiUtil::IsArrayType(env, types, napi_number)) { in IsValidFilter()
218 std::vector<int> types; in GetFilters() local
219 NapiUtil::GetInt32s(env, typesValue, types); in GetFilters()
221 for (auto type : types) { in GetFilters()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
75 …ion::NotificationConstant::SlotType slotType = Notification::NotificationConstant::SlotType(types); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp38 uint8_t types = *data % ACTION_BUTTON_TYPE; in DoSomethingInterestingWithMyAPI() local
40 Notification::ReminderRequest::ActionButtonType(types); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
75 …ion::NotificationConstant::SlotType slotType = Notification::NotificationConstant::SlotType(types); in DoSomethingInterestingWithMyAPI()
/base/security/selinux/sepolicy/ohos_policy/os_account/os_account/system/
Dfile.te14 # Filesystem types
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DDataFetcher.java296 String[] types = {"short", "medium", "long", "full"}; in getMeasureDataUnit() local
303 for (int j = 0; j < types.length; j++) { in getMeasureDataUnit()
309 typedUnitsJson.put(types[j], pluralUnitJson); in getMeasureDataUnit()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp167 vector<uint16_t> types = g_LogTypes.GetAllKeys(); in ComboLogType2Str() local
171 for (uint16_t t : types) { in ComboLogType2Str()
175 for (uint16_t t: types) { in ComboLogType2Str()
/base/startup/init/services/modules/seccomp/seccomp_policy/
Drenderer_arm64.seccomp.policy30 "sys/types.h"
Drenderer_arm.seccomp.policy30 "sys/types.h"
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp95 vector<string> types; in insertMemoryTitle() local
96 StringUtils::GetInstance().StringSplit(str, "_", types); in insertMemoryTitle()
97 if (types.size() == TYPE_SIZE) { in insertMemoryTitle()
98 string title1 = types.at(0); in insertMemoryTitle()
102 string title2 = types.at(1); in insertMemoryTitle()
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.cpp149 std::vector<std::string> types; in ParseUpgOptions() local
150 types.push_back("DescriptionOptions"); in ParseUpgOptions()
151 …AM_CHECK(ret == ClientStatus::CLIENT_SUCCESS, ClientHelper::NapiThrowParamError(env, names, types); in ParseUpgOptions()
/base/security/device_security_level/
DREADME.md15 … classification model and actual OpenHarmony service scenarios and device types. In the OpenHarmon…
57 When different types of user data are hopped or processed in OpenHarmony distributed devices, the D…
/base/telephony/state_registry/
DREADME.md72 …thod with the **type** parameter specified to register an observer for different types of events.
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp347 std::vector<std::string> types = g_dataAdapterNull->GetMimeTypes(); variable
348 if (types.empty()) {
/base/global/i18n_lite/
DREADME.md47 … the formatting pattern. For details about the supported formatting patterns, see the types.h file.
86types: zero, one, two, a few, many, and others. Supported plural rule types vary depending on lang…
/base/security/selinux/sepolicy/base/system/
Dfile.te14 # Filesystem types

12345