/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 72 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/ |
D | service_controller.cpp | 419 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 …]
|
D | log_buffer.cpp | 132 if (((static_cast<uint16_t>(0b01 << logData.type)) & filter.types) == 0) { in LogMatchFilter() 197 uint16_t qTypes = filter.types; in Query()
|
D | log_persister.cpp | 366 response.logType = logPersister->m_startMsg.filter.types; in Query()
|
/base/security/selinux/sepolicy/base/public/ |
D | attributes | 68 # 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.
|
D | glb_roles.spt | 15 role r types domain;
|
/base/hiviewdfx/hilog/services/hilogtool/ |
D | main.cpp | 311 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/ |
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/ |
D | setdonotdisturbdate_fuzzer.cpp | 41 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/ |
D | napi_hiappevent_watch.cpp | 99 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/ |
D | publishnotification_fuzzer.cpp | 74 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/ |
D | reminderrequest_fuzzer.cpp | 38 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/ |
D | publishcontinuoustasknotification_fuzzer.cpp | 74 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/ |
D | file.te | 14 # Filesystem types
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | DataFetcher.java | 296 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/ |
D | log_utils.cpp | 167 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/ |
D | renderer_arm64.seccomp.policy | 30 "sys/types.h"
|
D | renderer_arm.seccomp.policy | 30 "sys/types.h"
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_info.cpp | 95 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/ |
D | update_client.cpp | 149 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/ |
D | README.md | 15 … 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/ |
D | README.md | 72 …thod with the **type** parameter specified to register an observer for different types of events.
|
/base/web/webview/test/unittest/pasteboard_adapter/ |
D | pasteboard_client_adapter_test.cpp | 347 std::vector<std::string> types = g_dataAdapterNull->GetMimeTypes(); variable 348 if (types.empty()) {
|
/base/global/i18n_lite/ |
D | README.md | 47 … the formatting pattern. For details about the supported formatting patterns, see the types.h file. 86 …types: zero, one, two, a few, many, and others. Supported plural rule types vary depending on lang…
|
/base/security/selinux/sepolicy/base/system/ |
D | file.te | 14 # Filesystem types
|