Home
last modified time | relevance | path

Searched defs:types (Results 1 – 19 of 19) sorted by relevance

/base/update/update_app/common/
Dpackage.json9 "types": "", string
/base/update/update_app/feature/ota/
Dpackage.json9 "types": "", string
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
Dsetdonotdisturbdate_fuzzer.cpp41 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp74 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_filter.h28 uint16_t types; member
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp38 uint8_t types = *data % ACTION_BUTTON_TYPE; in DoSomethingInterestingWithMyAPI() local
/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/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp99 napi_value types = NapiUtil::GetProperty(env, filter, FILTERS_TYPES_PROP); in IsValidFilter() local
218 std::vector<int> types; in GetFilters() local
/base/hiviewdfx/hiview/base/
Dplugin.cpp99 void Plugin::AddDispatchInfo(const std::unordered_set<uint8_t>& types, in AddDispatchInfo()
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp669 uint16_t types = rqst.types; in HandleBufferSizeGetRqst() local
692 uint16_t types = rqst.types; in HandleBufferSizeSetRqst() local
762 uint16_t types = rqst.types; in HandleLogRemoveRqst() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dsmaps_memory_info.cpp86 vector<string> types; in InsertSmapsTitle() local
Dmemory_info.cpp116 vector<string> types; in insertMemoryTitle() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DDataFetcher.java307 String[] types = {"short", "medium", "long", "full"}; in getMeasureDataUnit() local
/base/hiviewdfx/hiview/base/include/
Dplugin.h298 …irtual void AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, in AddDispatchInfo()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp349 std::vector<std::string> types = g_dataAdapterNull->GetMimeTypes(); variable
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp311 uint16_t types; member
762 uint16_t types = Str2ComboLogType(arg); in TypeHandler() local
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp167 vector<uint16_t> types = g_LogTypes.GetAllKeys(); in ComboLogType2Str() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp984 …ewPlatform::AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, in AddDispatchInfo()