Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 55) 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/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 __anon095e7a140202() variable
163 auto f = [&runner]() { runner->Stop(); }; in __anon095e7a140302() variable
236 auto f = [&runner]() { in __anon095e7a140502() variable
260 auto f = [&result, runner]() { result = runner->Stop(); }; in __anon095e7a140602() variable
338 auto f = [&runner]() { in __anon095e7a140802() variable
Dlib_event_handler_checker_test.cpp85 auto f = []() { in __anon17ea43ce0202() variable
137 auto f = []() { in __anon17ea43ce0602() variable
188 auto f = []() { in __anon17ea43ce0a02() variable
Dlib_event_handler_trace_test.cpp235 auto f = []() { in __anona75419280202() variable
271 auto f = []() { in __anona75419280402() variable
484 auto f = [&runner, &process]() { in __anona75419280702() variable
532 auto f = [&runner, &handler, &event, &process, &running]() { in __anona75419280a02() variable
Dlib_event_handler_event_test.cpp52 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo() local
357 auto f = []() {}; in __anon27749efb0302() variable
397 auto f = []() {}; in __anon27749efb0402() variable
434 auto f = []() {}; in __anon27749efb0502() variable
Dlib_event_handler_inner_event_test.cpp67 auto f = [&callbackCalled]() { callbackCalled = true; }; in __anon5ea2fcd60102() variable
/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 __anon480936060402() variable
238 auto f = [&handler]() { in __anon480936060502() variable
263 auto f = [&handler]() { in __anon480936060602() variable
358 auto f = [&handler, &myTask, &taskName]() { in __anon480936060802() variable
383 auto f = [&handler, &myTask]() { in __anon480936060a02() variable
Devent_handler_post_task_module_test.cpp62 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70102() variable
88 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70202() variable
113 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70302() variable
139 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70402() variable
164 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70502() variable
190 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70602() variable
220 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon4eb29af70802() variable
Devent_handler_set_get_remove_module_test.cpp156 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anonf916e9170102() variable
202 auto f = [&myHandler, &handler]() { myHandler = handler->Current(); }; in __anonf916e9170202() variable
244 auto f = [&handler, &myHandler]() { in __anonf916e9170302() variable
273 auto f = [&taskCalledCount]() { taskCalledCount++; }; in __anonf916e9170502() variable
414 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anonf916e9170602() variable
Devent_handler_send_event_module_test.cpp146 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithUniquePtr() local
335 auto f = [&myRunner]() { myRunner->Stop(); }; in __anon76ffc3ca0302() variable
477 auto f = [&myRunner]() { myRunner->Stop(); }; in __anon76ffc3ca0402() 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/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/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 __anon56ce6dbf2b02() variable
1114 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anon56ce6dbf2d02() variable
1143 auto f = [&runner]() { runner->Stop(); }; in __anon56ce6dbf2e02() variable
1230 auto f = [&runner]() { in __anon56ce6dbf3002() variable
1389 auto f = [&runner]() { in __anon56ce6dbf3802() variable
1410 auto f = [&runner]() { in __anon56ce6dbf3902() variable
1431 auto f = [&runner]() { in __anon56ce6dbf3a02() variable
1452 auto f = [&runner]() { in __anon56ce6dbf3b02() variable
[all …]
/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.h59 #define ARK_WEB_FUNC_MEMBER_MISSING(s, f) (!ARK_WEB_MEMBER_EXISTS(s, f) || !((s)->f)) argument
/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/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_frame_formatter.cpp90 for (const auto& f : frames) { in GetFramesStr() local
/base/request/request/frameworks/js/napi/src/upload/
Dupload_task.cpp104 for (auto f : uploadConfig_->files) { in InitFileArray() local
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
Dems_event_handler_test.cpp1977 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anondb6f2a230602() variable
1997 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anondb6f2a230702() variable
2017 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anondb6f2a230802() variable
2037 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anondb6f2a230902() variable
2056 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anondb6f2a230a02() variable
2469 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anondb6f2a231202() variable
2505 auto f = [&]() { myHandler = handler->Current(); }; in __anondb6f2a231302() variable
2523 auto f = [&]() { myHandler = handler->Current(); }; in __anondb6f2a231402() variable
2541 auto f = [&]() { myHandler = handler->Current(); }; in __anondb6f2a231502() variable
2573 auto f = [&]() { myHandler = handler->Current(); }; in __anondb6f2a231602() variable
/base/powermgr/power_manager/services/native/src/actions/default/suspend/
Dsuspend_controller.cpp30 auto f = [this] { this->WaitingSuspendCondition(); }; in SuspendController() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
Dcollect_device_client.cpp52 int f = 0; in GetDeviceFd() local

123