Home
last modified time | relevance | path

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

/base/user_iam/user_auth/services/src/
Dcontext_thread_pool.cpp34 bool ContextThreadPool::AddTask(const uint64_t context, const ThreadPool::Task& f) in AddTask()
56 void ContextThreadPool::TaskFunction(const uint64_t context, const ThreadPool::Task& f) in TaskFunction()
89 Task f = tasks.front(); in GetTask() local
96 void ContextThreadPool::ContextTask::AddTask(const ThreadPool::Task& f) in AddTask()
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c171 HiviewFile *f = NULL; in CloseEventOutputFile() local
229 HiviewFile *f = NULL; in OutputEvent() local
280 HiviewFile *f = NULL; in OutputEventRealtime() local
325 HiviewFile *f = NULL; in Output2Flash() local
381 HiviewFile *f = NULL; in GetEventFileSize() local
390 HiviewFile *f = NULL; in ReadEventFile() local
443 static void GetEventCache(uint8 type, HiviewCache **c, HiviewFile **f) in GetEventCache()
505 HiviewFile *f = NULL; in FlushFaultEvent() local
517 HiviewFile *f = NULL; in FlushUeEvent() local
529 HiviewFile *f = NULL; in FlushStatEvent() local
[all …]
/base/powermgr/powermgr_lite/services/src/
Dscreen_saver_feature.c40 ScreenSaverFeature *f = (ScreenSaverFeature *)feature; in OnScreenSaverFeatureInitialize() local
50 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/hiviewdfx/hicollie/frameworks/native/
Dhandler_checker.cpp26 auto f = [this] () { in ScheduleCheck() local
/base/update/updater/test/unittest/log_test/
Dlog_unittest.cpp47 fstream f; variable
/base/update/updater/services/script/yacc/
Dlocation.hh43 explicit position(filename_type* f = YY_NULLPTR, counter_type l = 1, counter_type c = 1) in position()
131 explicit location (filename_type* f, counter_type l = 1, counter_type c = 1) in location()
134 void initialize(filename_type* f = YY_NULLPTR, counter_type l = 1, counter_type c = 1) in initialize()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_shutdown.cpp123 auto f = [&]() { in DelayShutdown() local
/base/telephony/data_storage/common/src/
Dparser_util.cpp112 FILE *f = fopen(realPath, "rb"); in LoaderJsonFile() local
/base/powermgr/power_manager/services/native/src/actions/default/suspend/
Dsuspend_controller.cpp33 auto f = std::bind(&SuspendController::WaitingSuspendCondition, this); in SuspendController() local
/base/web/webview/ohos_nweb/include/
Dnweb_value.h26 double f; member
/base/update/updater/services/fs_manager/
Dpartitions.cpp74 FILE *f = nullptr; in ReadDeviceSysfsFile() local
131 FILE *f = nullptr; in ReadPartitionFromSys() local
/base/miscservices/request/upload/frameworks/libs/src/
Dupload_task.cpp200 for (auto f : uploadConfig_->files) { in GetFileArray() local
/base/hiviewdfx/hilog/frameworks/native/
Dvsnprintf_s_p.cpp159 static inline void SecWriteString(const char *string, int len, SecPrintfStream *f, int *pnumwritten) in SecWriteString()
174 static inline void SecWriteMultiChar(char ch, int num, SecPrintfStream *f, int *pnumwritten) in SecWriteMultiChar()
/base/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/
Daams_accessibility_keyevent_filter_test.cpp51 auto f = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_pack.cpp87 void AddEventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, float f) in AddEventParam()
Dhiappevent_base.cpp285 void AppEventPack::AddParam(const std::string& key, float f) in AddParam()
/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhiview_log.c151 void SecWriteMultiChar(char ch, int num, SecPrintfStream *f, int *pnumwritten) in SecWriteMultiChar()
164 void SecWriteString(const char *string, int len, SecPrintfStream *f, int *pnumwritten) in SecWriteString()