/base/hiviewdfx/hievent_lite/frameworks/ |
D | hiview_output_event.c | 174 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/ |
D | event_handler_post_task_module_test.cpp | 62 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90102() variable 88 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90202() variable 113 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90302() variable 139 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90402() variable 164 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90502() variable 190 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90602() variable 220 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon8b61d4f90802() variable
|
D | event_handler_send_sync_event_module_test.cpp | 33 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 __anon57b069880402() variable 238 auto f = [&handler]() { in __anon57b069880502() variable 263 auto f = [&handler]() { in __anon57b069880602() variable 358 auto f = [&handler, &myTask, &taskName]() { in __anon57b069880802() variable 383 auto f = [&handler, &myTask]() { in __anon57b069880a02() variable
|
D | event_handler_set_get_remove_module_test.cpp | 156 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anoncb04b4590102() variable 202 auto f = [&myHandler, &handler]() { myHandler = handler->Current(); }; in __anoncb04b4590202() variable 244 auto f = [&handler, &myHandler]() { in __anoncb04b4590302() variable 273 auto f = [&taskCalledCount]() { taskCalledCount++; }; in __anoncb04b4590502() variable 414 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anoncb04b4590602() variable
|
D | event_handler_send_timing_event_module_test.cpp | 43 void WaitTaskCalled(const F &f, const std::shared_ptr<EventHandler> &handler) in WaitTaskCalled() 76 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithSmartPtr() local
|
D | event_handler_send_event_module_test.cpp | 146 auto f = [](int *intPtr) { delete intPtr; }; in SendEventWithUniquePtr() local 335 auto f = [&myRunner]() { myRunner->Stop(); }; in __anon49963e0c0302() variable
|
D | event_handler_fd_listener_module_test.cpp | 96 auto f = [fileDescriptor]() { write(fileDescriptor, "test", sizeof("test")); }; in OnWritable() local 342 auto f = [fds]() { close(fds[1]); }; in __anonfc07c5500202() local
|
D | event_handler_press_module_test.cpp | 105 … auto f = [fileDescriptor, message]() { write(fileDescriptor, message.c_str(), message.size()); }; in OnWritable() local
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
D | lib_event_handler_event_runner_test.cpp | 43 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 __anon1fbc2ed60202() variable 163 auto f = [&runner]() { runner->Stop(); }; in __anon1fbc2ed60302() variable 236 auto f = [&runner]() { in __anon1fbc2ed60502() variable 260 auto f = [&result, runner]() { result = runner->Stop(); }; in __anon1fbc2ed60602() variable 338 auto f = [&runner]() { in __anon1fbc2ed60802() variable
|
D | lib_event_handler_checker_test.cpp | 85 auto f = []() { in __anon279177500202() variable 137 auto f = []() { in __anon279177500602() variable 188 auto f = []() { in __anon279177500a02() variable
|
D | lib_event_handler_event_test.cpp | 40 auto f = [&callbackCalled]() { callbackCalled = true; }; in TestTaskInfo() local 345 auto f = []() {}; in __anon3d5509fd0302() variable 385 auto f = []() {}; in __anon3d5509fd0402() variable 422 auto f = []() {}; in __anon3d5509fd0502() variable
|
D | lib_event_handler_trace_test.cpp | 235 auto f = []() { in __anonbd34842a0202() variable 271 auto f = []() { in __anonbd34842a0402() variable 484 auto f = [&runner, &process]() { in __anonbd34842a0702() variable 532 auto f = [&runner, &handler, &event, &process, &running]() { in __anonbd34842a0a02() variable
|
/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/ |
D | ems_inner_event_system_test.cpp | 43 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/ |
D | cert_manager_status.h | 52 #define ASSERT_FUNC(f) if (CMR_OK != (f)) { CM_LOG_W("Failed: %s\n", #f); return CMR_ERROR; } argument 54 #define ASSERT_CM_CALL(f) do {int32_t _rc = (f); if ((_rc) != CM_SUCCESS) { return CM_ERROR((_rc));… argument 56 #define TRY_FUNC(f, rc) do { \ argument 65 #define TRY_HKS_CALL(f, rc) do {int32_t _rc = (f); if ((_rc) != HKS_SUCCESS) { \ argument
|
/base/powermgr/powermgr_lite/services/src/ |
D | screen_saver_feature.c | 42 ScreenSaverFeature *f = (ScreenSaverFeature *)feature; in OnScreenSaverFeatureInitialize() local 52 ScreenSaverFeature *f = GetScreenSaverFeatureImpl(); in OnScreenSaverFeatureStop() local
|
D | power_manage_feature.c | 40 PowerManageFeature *f = (PowerManageFeature *)feature; in OnPowerManageFeatureInitialize() local 49 PowerManageFeature *f = GetPowerManageFeatureImpl(); in OnPowerManageFeatureStop() local
|
/base/update/updater/test/unittest/log_test/ |
D | log_unittest.cpp | 47 fstream f; variable
|
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
D | ems_event_runner_system_test.cpp | 179 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 __anon6d2c22812b02() variable 1114 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anon6d2c22812d02() variable 1143 auto f = [&runner]() { runner->Stop(); }; in __anon6d2c22812e02() variable 1230 auto f = [&runner]() { in __anon6d2c22813002() variable 1389 auto f = [&runner]() { in __anon6d2c22813802() variable 1410 auto f = [&runner]() { in __anon6d2c22813902() variable 1431 auto f = [&runner]() { in __anon6d2c22813a02() variable 1452 auto f = [&runner]() { in __anon6d2c22813b02() variable [all …]
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | handler_checker.cpp | 28 auto f = [this] () { in ScheduleCheck() local
|
/base/powermgr/power_manager/services/native/src/actions/default/suspend/ |
D | suspend_controller.cpp | 30 auto f = std::bind(&SuspendController::WaitingSuspendCondition, this); in SuspendController() local
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 26 double f; member
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_shutdown.cpp | 160 auto f = [&]() { in DelayShutdown() local
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
D | ems_event_handler_test.cpp | 1977 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anoneb165da50602() variable 1997 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anoneb165da50702() variable 2017 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anoneb165da50802() variable 2037 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anoneb165da50902() variable 2056 auto f = [&taskCalled]() { taskCalled.store(true); }; in __anoneb165da50a02() variable 2469 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anoneb165da51202() variable 2505 auto f = [&]() { myHandler = handler->Current(); }; in __anoneb165da51302() variable 2523 auto f = [&]() { myHandler = handler->Current(); }; in __anoneb165da51402() variable 2541 auto f = [&]() { myHandler = handler->Current(); }; in __anoneb165da51502() variable 2573 auto f = [&]() { myHandler = handler->Current(); }; in __anoneb165da51602() variable
|
/base/update/updater/services/fs_manager/ |
D | partitions.cpp | 85 FILE *f = nullptr; in ReadDeviceSysfsFile() local 155 FILE *f = nullptr; in ReadPartitionFromSys() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
D | hisysevent_c.h | 73 float f; member
|