Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 132) sorted by relevance

123456

/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_workqueue_event_formatter.cpp63 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()
Dftrace_timer_event_formatter.cpp48 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/
Dfile_descriptor.h31 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/
Dschedule_task_manager.h47 …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_;
Depoll_event_poller.h33 using OnReadableCallback = std::function<void(void)>;
34 using OnWritableCallback = std::function<void(void)>;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/
DREADME_zh.md21 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/
DBaseProfilerUtils.ets25 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/
Drpc_server.h27 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/
Dresource_directory.h31 …bool ScanResources(const std::string &resourcesDir, std::function<bool(const DirectoryInfo&)> call…
34 std::function<bool(const DirectoryInfo&)> callback) const;
Dheader.h34 using HandleHeaderTail = std::function<void(std::stringstream&)>;
35 using HandleBody = std::function<void(std::stringstream&, const ResourceId&)>;
Dresconfig_parser.h31 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/
DFloatWindowUtils.ets26 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/
Dtransition.css4 shared-transition-timing-function: friction;
21 transition-timing-function: friction
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtimer.proto30 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/
Dtimer.proto30 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/
Dtimer.proto30 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/
Ddemo_rpc_server.h27 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/
Dnetwork_profiler_write.h38 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/
Dffrt_profiler_write.h38 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/
DSystemUtils.ets20 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-tidy50 - { 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/
DexteriorStyle.css41 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/
Dresource_directory.cpp26 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/
Dsdk_data_parser.h35 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/
Dschedule_task_manager.cpp63 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()

123456