/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 | 420 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst() 442 if (rqst.types == 0) { in LogFilterFromOutputRqst() 443 filter.types = DEFAULT_LOG_TYPES; in LogFilterFromOutputRqst() 445 filter.types = rqst.types; in LogFilterFromOutputRqst() 550 bool isKmsgType = rqst.outputFilter.types == (0b01 << LOG_KMSG); in PersistStartRqst2Msg() 656 task.outputFilter.types = it->logType; in HandlePersistQueryRqst() 669 uint16_t types = rqst.types; in HandleBufferSizeGetRqst() local 670 if (types == 0) { in HandleBufferSizeGetRqst() 671 types = DEFAULT_LOG_TYPES; in HandleBufferSizeGetRqst() 676 if ((1 << t) & types) { in HandleBufferSizeGetRqst() [all …]
|
D | log_buffer.cpp | 154 if (((static_cast<uint16_t>(0b01 << logData.type)) & filter.types) == 0) { in LogMatchFilter() 221 uint16_t qTypes = filter.types; in Query()
|
/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/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/hilog/services/hilogd/include/ |
D | log_filter.h | 28 uint16_t types; member 44 std::cout << " types: " << types << std::endl; in Print()
|
/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/security/selinux_adapter/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.
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | smaps_memory_info.cpp | 86 vector<string> types; in InsertSmapsTitle() local 87 StringUtils::GetInstance().StringSplit(str, "_", types); in InsertSmapsTitle() 88 if (types.size() == TYPE_SIZE) { in InsertSmapsTitle() 89 string title1 = types.at(0); in InsertSmapsTitle() 92 string title2 = types.at(1); in InsertSmapsTitle() 96 string title = types.at(0); in InsertSmapsTitle()
|
D | memory_info.cpp | 116 vector<string> types; in insertMemoryTitle() local 117 StringUtils::GetInstance().StringSplit(str, "_", types); in insertMemoryTitle() 118 if (types.size() == TYPE_SIZE) { in insertMemoryTitle() 119 string title1 = types.at(0); in insertMemoryTitle() 123 string title2 = types.at(1); in insertMemoryTitle()
|
/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/hiviewdfx/hiview/base/ |
D | plugin.cpp | 99 void Plugin::AddDispatchInfo(const std::unordered_set<uint8_t>& types, in AddDispatchInfo() argument 106 context_->AddDispatchInfo(shared_from_this(), types, eventNames, tags, domainRulesMap); in AddDispatchInfo()
|
/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_adapter/sepolicy/ohos_policy/account/os_account/public/ |
D | file.te | 14 # Filesystem types
|
/base/security/selinux_adapter/sepolicy/base/system/ |
D | glb_roles.spt | 15 role r types domain;
|
/base/security/selinux_adapter/sepolicy/min/ |
D | glb_roles.spt | 15 role r types sid_test_type;
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | DataFetcher.java | 307 String[] types = {"short", "medium", "long", "full"}; in getMeasureDataUnit() local 314 for (int j = 0; j < types.length; j++) { in getMeasureDataUnit() 320 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/hiviewdfx/hiview/base/include/ |
D | plugin.h | 99 void AddDispatchInfo(const std::unordered_set<uint8_t>& types, 298 …irtual void AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, in AddDispatchInfo() argument
|
/base/sensors/miscdevice/ |
D | README.md | 107 …34712"><a name="p1738291234712"></a><a name="p1738291234712"></a>Stop all types of vibration. This… 112 …317"><a name="p14875916142317"></a><a name="p14875916142317"></a>Stop all types of vibration. This… 137 7. Stop all types of vibration. 232 // Step 7 Stop all types of vibration.
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 984 …ewPlatform::AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, in AddDispatchInfo() argument 1003 if (!types.empty()) { in AddDispatchInfo() 1004 data->typesInfo_.insert(types.begin(), types.end()); in AddDispatchInfo()
|
/base/startup/init/services/modules/seccomp/seccomp_policy/ |
D | renderer.seccomp.policy | 27 "sys/types.h"
|
/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 | 73 …thod with the **type** parameter specified to register an observer for different types of events.
|