/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_workqueue_event_formatter.cpp | 63 if (kernelSymbols.count(msg.function()) > 0) { in __anond63654290702() 64 functionStr = kernelSymbols[msg.function()]; in __anond63654290702() 71 "workqueue_execute_start: work struct %p: function %p", msg.work(), msg.function()); in __anond63654290702() 89 if (kernelSymbols.count(msg.function()) > 0) { in __anond63654290902() 90 functionStr = kernelSymbols[msg.function()]; in __anond63654290902() 99 msg.function(), msg.workqueue(), msg.req_cpu(), msg.cpu()); in __anond63654290902()
|
D | ftrace_timer_event_formatter.cpp | 48 if (kernelSymbols.count(msg.function()) > 0) { in __anonff99d3620502() 49 functionStr = kernelSymbols[msg.function()]; in __anonff99d3620502() 57 … "hrtimer_expire_entry: hrtimer=%p function=%p now=%" PRIu64 "", msg.hrtimer(), msg.function(), in __anonff99d3620502() 110 if (kernelSymbols.count(msg.function()) > 0) { in __anonff99d3620b02() 111 functionStr = kernelSymbols[msg.function()]; in __anonff99d3620b02() 125 msg.hrtimer(), msg.function(), msg.expires(), msg.softexpires(), in __anonff99d3620b02() 189 if (kernelSymbols.count(msg.function()) > 0) { in __anonff99d3621302() 190 functionStr = kernelSymbols[msg.function()]; in __anonff99d3621302() 198 …timer_expire_entry: timer=%p function=%p now=%" PRIu64 "", msg.timer(), msg.function(), msg.now()); in __anonff99d3621302() 242 if (kernelSymbols.count(msg.function()) > 0) { in __anonff99d3621902() [all …]
|
/developtools/hdc/src/common/ |
D | file_descriptor.h | 31 using CmdResultCallback = std::function<bool(const void *, const bool, const string)>; 33 using CallBackWhenRead = std::function<bool(const void *, uint8_t *, const int)>; 42 void StopWorkOnThread(bool tryCloseFdIo, std::function<void()> closeFdCallback); 49 std::function<void()> callbackCloseFd;
|
/developtools/profiler/device/base/include/ |
D | schedule_task_manager.h | 47 …int32_t ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once… 61 void HandleSingleTask(int32_t fd, std::function<void(void)> callback); 67 std::unordered_map<int32_t, std::function<void(void)>> tasks_;
|
D | epoll_event_poller.h | 33 using OnReadableCallback = std::function<void(void)>; 34 using OnWritableCallback = std::function<void(void)>;
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/ |
D | README_zh.md | 21 mocha.beforeEach(function () { 29 mocha.it('1-1: build debug, getBuildModeInLowerCase', function () { 56 mocha.beforeEach(function () { 64 mocha.it('1-1: build debug, generateEs2AbcCmdForHotfix', function () {
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
D | BaseProfilerUtils.ets | 25 export function createGPData(moduleType: string, values: Map<String, String>): GPData { 30 export function isAccess(path: string): boolean { 45 export function fileOpen(path: string): String { 74 export function travelFile(path: string, regexp: string): Array<String> { 111 function lastIndex(str) { 126 export function sleep(numberMillis) { 139 export function extractNumber(originStr) {
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | rpc_server.h | 27 using ResultCallBack = std::function<void(const std::string /* result */, int32_t)>; 28 using ExportDatabaseCallback = std::function<void(const std::string /* result */, int32_t)>; 29 using ParseELFFileCallBack = std::function<void(const std::string, int32_t)>; 30 using SendDataCallBack = std::function<void(const char *, int32_t, int32_t)>; 31 using SplitFileCallBack = std::function<void(const std::string /* result */, int32_t, int32_t)>;
|
/developtools/global_resource_tool/include/ |
D | resource_directory.h | 31 …bool ScanResources(const std::string &resourcesDir, std::function<bool(const DirectoryInfo&)> call… 34 std::function<bool(const DirectoryInfo&)> callback) const;
|
D | header.h | 34 using HandleHeaderTail = std::function<void(std::stringstream&)>; 35 using HandleBody = std::function<void(std::stringstream&, const ResourceId&)>;
|
D | resconfig_parser.h | 31 using HandleBack = std::function<uint32_t(int c, const std::string &argValue)>; 35 using HandleFileListValue = std::function<uint32_t(const cJSON *)>;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/utils/ |
D | FloatWindowUtils.ets | 26 export function initFloatWindow() { 39 export function createFloatWindow(floatName: string) { 176 export function destoryAllFloatWindow() { 188 export function destroyFloatWindow(floatName: string) { 196 export function hideFloatWindow(floatName: string) { 201 export function showFloatWindow(floatName: string) { 206 export function moveFloatWindow(floatName: string, offsetX: number, offsetY: number) { 224 export function setFloatWindow(offsetX: number, offsetY: number) {
|
/developtools/ace_js2bundle/ace-loader/test/card/testError/pages/transition/ |
D | transition.css | 4 shared-transition-timing-function: friction; 21 transition-timing-function: friction
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
D | demo_rpc_server.h | 27 using ResultCallBack = std::function<void(const std::string /* result */, int32_t, int32_t)>; 28 using TraceRangeCallbackFunction = std::function<void(const std::string)>;
|
/developtools/profiler/device/plugins/network_profiler/client/include/ |
D | network_profiler_write.h | 38 long WriteTimeout(const void* data, size_t size, const std::function<bool()>& callback); 40 const std::function<bool()>& callback);
|
/developtools/profiler/device/plugins/ffrt_profiler/client/include/ |
D | ffrt_profiler_write.h | 38 long WriteTimeout(const void* data, size_t size, const std::function<bool()>& callback); 40 const std::function<bool()>& callback);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
D | SystemUtils.ets | 20 export function getCpuCoreInfo(): Array<String> { 42 export function getPidOfAbility(processName: string): Promise<String> { 54 export function bubbleSort(arr: Array<number>): Array<number> {
|
/developtools/smartperf_host/trace_streamer/ |
D | .clang-tidy | 50 - { key: readability-function-size.LineThreshold, value: 50 } 52 - { key: readability-function-size.ParameterThreshold, value: 5 } 53 - { key: readability-function-size.NestingThreshold, value: 4 }
|
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
D | exteriorStyle.css | 41 animation-timing-function: linear; 45 animation-timing-function: steps(9, start); 258 /* simple animation test: @keyframes duration | easing-function | delay | 264 /* simple animation test: @keyframes name | duration | easing-function | delay */
|
/developtools/global_resource_tool/src/ |
D | resource_directory.cpp | 26 bool ResourceDirectory::ScanResources(const string &resourcesDir, function<bool(const DirectoryInfo… in ScanResources() 57 function<bool(const DirectoryInfo&)> callback) const in ScanResourceLimitKeyDir()
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
D | sdk_data_parser.h | 35 using TraceRangeCallbackFunction = std::function<void(const std::string)>; 36 …using QueryResultCallbackFunction = std::function<void(const std::string /* result */, int32_t, in…
|
/developtools/profiler/device/base/src/ |
D | schedule_task_manager.cpp | 63 int32_t ScheduleTaskManager::ScheduleTask(const std::function<void(void)>& callback, const uint64_t… in ScheduleTask() 72 std::function<void(void)> func; in ScheduleTask() 158 void ScheduleTaskManager::HandleSingleTask(int32_t fd, std::function<void(void)> callback) in HandleSingleTask()
|