Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 70) sorted by relevance

123

/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c174 HiviewFile *f = NULL; in CloseEventOutputFile() local
232 HiviewFile *f = NULL; in OutputEvent() local
283 HiviewFile *f = NULL; in OutputEventRealtime() local
324 HiviewFile *f = NULL; in Output2Flash() local
380 HiviewFile *f = NULL; in GetEventFileSize() local
389 HiviewFile *f = NULL; in ReadEventFile() local
448 static void GetEventCache(uint8 type, HiviewCache **c, HiviewFile **f) in GetEventCache()
513 HiviewFile *f = NULL; in FlushFaultEvent() local
525 HiviewFile *f = NULL; in FlushUeEvent() local
537 HiviewFile *f = NULL; in FlushStatEvent() local
[all …]
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_send_sync_event_module_test.cpp33 void WaitTaskCalled(const F &f, const std::shared_ptr<EventHandler> &handler) in WaitTaskCalled()
65 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithSmartPtr() local
190 auto f = [&handler, &event]() { in __anond04fa0e80402() variable
238 auto f = [&handler]() { in __anond04fa0e80502() variable
263 auto f = [&handler]() { in __anond04fa0e80602() variable
358 auto f = [&handler, &myTask, &taskName]() { in __anond04fa0e80802() variable
383 auto f = [&handler, &myTask]() { in __anond04fa0e80a02() variable
Devent_handler_post_task_module_test.cpp62 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590102() variable
88 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590202() variable
113 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590302() variable
139 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590402() variable
164 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590502() variable
190 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590602() variable
220 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anond04304590802() variable
Devent_handler_set_get_remove_module_test.cpp156 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anonc6ea7fb90102() variable
202 auto f = [&myHandler, &handler]() { myHandler = handler->Current(); }; in __anonc6ea7fb90202() variable
244 auto f = [&handler, &myHandler]() { in __anonc6ea7fb90302() variable
273 auto f = [&taskCalledCount]() { taskCalledCount++; }; in __anonc6ea7fb90502() variable
414 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anonc6ea7fb90602() variable
Devent_handler_send_event_module_test.cpp146 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithUniquePtr() local
335 auto f = [&myRunner]() { myRunner->Stop(); }; in __anon2a9d596c0302() variable
477 auto f = [&myRunner]() { myRunner->Stop(); }; in __anon2a9d596c0402() variable
Devent_handler_send_timing_event_module_test.cpp43 void WaitTaskCalled(const F &f, const std::shared_ptr<EventHandler> &handler) in WaitTaskCalled()
76 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithSmartPtr() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_runner_test.cpp43 static void WaitUntilTaskCalled(F const &f, const std::shared_ptr<EventHandler> &handler, const std… in WaitUntilTaskCalled()
71 auto f = [&sameThreadName, &taskCalled, &threadName]() { in CreateRunnerWithName() local
140 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anonff6502360202() variable
163 auto f = [&runner]() { runner->Stop(); }; in __anonff6502360302() variable
236 auto f = [&runner]() { in __anonff6502360502() variable
260 auto f = [&result, runner]() { result = runner->Stop(); }; in __anonff6502360602() variable
338 auto f = [&runner]() { in __anonff6502360802() variable
Dlib_event_handler_checker_test.cpp85 auto f = []() { in __anona030aeb00202() variable
137 auto f = []() { in __anona030aeb00602() variable
188 auto f = []() { in __anona030aeb00a02() variable
Dlib_event_handler_trace_test.cpp235 auto f = []() { in __anone3de638a0202() variable
271 auto f = []() { in __anone3de638a0402() variable
484 auto f = [&runner, &process]() { in __anone3de638a0702() variable
532 auto f = [&runner, &handler, &event, &process, &running]() { in __anone3de638a0a02() variable
Dlib_event_handler_event_test.cpp52 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo() local
357 auto f = []() {}; in __anon63fee95d0302() variable
397 auto f = []() {}; in __anon63fee95d0402() variable
434 auto f = []() {}; in __anon63fee95d0502() variable
Dlib_event_handler_inner_event_test.cpp82 auto f = [&callbackCalled]() { callbackCalled = true; }; in __anon280808b80102() variable
/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/
Dems_inner_event_system_test.cpp43 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo1() local
57 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo2() local
71 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo3() local
85 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo4() local
99 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo5() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Dcert_manager_status.h49 #define ASSERT_FUNC(f) if (CMR_OK != (f)) { CM_LOG_W("Failed: %s\n", #f); return CMR_ERROR; } argument
51 #define ASSERT_CM_CALL(f) do {int32_t _rc = (f); if ((_rc) != CM_SUCCESS) { return CM_ERROR((_rc));… argument
53 #define TRY_FUNC(f, rc) do { \ argument
62 #define TRY_HKS_CALL(f, rc) do {int32_t _rc = (f); if ((_rc) != HKS_SUCCESS) { \ argument
/base/telephony/core_service/test/mock/ffrt/kits/c/
Dqueue.h55 …ne FFRT_C_API void ffrt_queue_attr_set_callback(ffrt_queue_attr_t *attr, ffrt_function_header_t *f) in ffrt_queue_attr_set_callback()
88 inline FFRT_C_API void ffrt_queue_submit(ffrt_queue_t queue, ffrt_function_header_t *f, const ffrt_… in ffrt_queue_submit()
92 ffrt_queue_t queue, ffrt_function_header_t *f, const ffrt_task_attr_t *attr) in ffrt_queue_submit_h()
131 ffrt_queue_t queue, ffrt_function_header_t *f, const ffrt_task_attr_t *attr) in ffrt_queue_submit_head()
135 ffrt_queue_t queue, ffrt_function_header_t *f, const ffrt_task_attr_t *attr) in ffrt_queue_submit_head_h()
Dtask.h93ffrt_function_header_t *f, const ffrt_deps_t *in_deps, const ffrt_deps_t *out_deps, const ffrt_tas… in ffrt_submit_base()
97ffrt_function_header_t *f, const ffrt_deps_t *in_deps, const ffrt_deps_t *out_deps, const ffrt_tas… in ffrt_submit_h_base()
/base/powermgr/powermgr_lite/services/src/
Dscreen_saver_feature.c42 ScreenSaverFeature *f = (ScreenSaverFeature *)feature; in OnScreenSaverFeatureInitialize() local
52 ScreenSaverFeature *f = GetScreenSaverFeatureImpl(); in OnScreenSaverFeatureStop() local
Dpower_manage_feature.c40 PowerManageFeature *f = (PowerManageFeature *)feature; in OnPowerManageFeatureInitialize() local
49 PowerManageFeature *f = GetPowerManageFeatureImpl(); in OnPowerManageFeatureStop() local
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp179 F const &f, const std::shared_ptr<EventHandler> &handler, const std::atomic<bool> &taskCalled) in WaitUntilTaskCalled()
207 auto f = [&sameThreadName, &taskCalled, &threadName]() { in CreateRunnerWithName() local
967 auto f = [&result, runner]() { result = runner->Stop(); }; in __anon4cd4f5e12b02() variable
1114 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anon4cd4f5e12d02() variable
1143 auto f = [&runner]() { runner->Stop(); }; in __anon4cd4f5e12e02() variable
1230 auto f = [&runner]() { in __anon4cd4f5e13002() variable
1389 auto f = [&runner]() { in __anon4cd4f5e13802() variable
1410 auto f = [&runner]() { in __anon4cd4f5e13902() variable
1431 auto f = [&runner]() { in __anon4cd4f5e13a02() variable
1452 auto f = [&runner]() { in __anon4cd4f5e13b02() variable
[all …]
/base/tee/tee_os_kernel/user/system-services/chcore-libc/libchcore/porting/overrides/src/chcore-port/
Dcpio.c88 static void cpio_add_file(struct cpio_file *f) in cpio_add_file()
97 struct cpio_file *f, *next; in cpio_free_g_files() local
126 struct cpio_file *f; in cpio_extract() local
/base/update/updater/test/unittest/log_test/
Dlog_unittest.cpp59 fstream f; variable
/base/web/webview/ohos_interface/ohos_glue/base/capi/
Dark_web_base_ref_counted_capi.h60 #define ARK_WEB_FUNC_MEMBER_MISSING(s, f) (!ARK_WEB_MEMBER_EXISTS(s, f) || !((s)->f)) argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/utils/
Ddfx_frame_formatter.cpp87 for (const auto& f : frames) { in GetFramesStr() local
/base/hiviewdfx/hicollie/frameworks/native/
Dhandler_checker.cpp39 auto f = [weak] () { in ScheduleCheck() local
/base/security/code_signature/utils/include/
Dfsverity_utils_helper.h89 static int ReadFileCallback(void *f, void *buf, size_t count) in ReadFileCallback()
/base/startup/appspawn/test/mock/lib_func_mock/
Dlib_func_mock.cpp79 int Ferror(FILE *f) in Ferror()
84 int Fflush(FILE *f) in Fflush()

123