Home
last modified time | relevance | path

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

123456789

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_value_serializers.cpp35 static ISerNode::Ptr ExportVector(IExportFunctions& f, const T* v, size_t size) in ExportVector()
42 static bool ImportVector(IImportFunctions& f, const ISerNode::ConstPtr& node, T* out, size_t size) in ImportVector()
59 auto vecExport = [](IExportFunctions& f, const auto& v) { in RegisterValueSerializers()
63 auto vecImport = [](IImportFunctions& f, const ISerNode::ConstPtr& node, auto& out) { in RegisterValueSerializers()
67 auto matExport = [](IExportFunctions& f, const auto& v) { in RegisterValueSerializers()
71 auto matImport = [](IImportFunctions& f, const ISerNode::ConstPtr& node, auto& out) { in RegisterValueSerializers()
75 auto enumExport = [](IExportFunctions& f, const auto& v) { return EnumExport(f, v); }; in RegisterValueSerializers()
76 auto enumImport = [](IImportFunctions& f, const ISerNode::ConstPtr& node, auto& out) { in RegisterValueSerializers()
96 [](IExportFunctions& f, const auto& v) { in RegisterValueSerializers()
99 [](IImportFunctions& f, const ISerNode::ConstPtr& node, auto& out) { in RegisterValueSerializers()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dmake_callback.h34 Callback(Func f) : func_(BASE_NS::move(f)) {} in Callback()
51 auto MakeCallback(Func f) in MakeCallback()
60 auto MakeCallback(Func f, Args&&... args) in MakeCallback()
83 auto MakeCallbackSafe(Func f, Args&&... args) in MakeCallbackSafe()
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dassert.h21 #define FFRT_ASSERT(f) assert(f) argument
23 #define FFRT_ASSERT(f) ((void)0) argument
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/watchdog/
H A Dwatchdog.h47 #define PLACE_A_WATCHDOG(t, f, k) do { \ argument
52 #define PLACE_A_WATCHDOG_DEFAULT_TIME(f, k) PLACE_A_WATCHDOG(WATCHDOG_TIMEOUT, f, k) argument
54 #define PLACE_A_NOKILL_WATCHDOG(f) PLACE_A_WATCHDOG_DEFAULT_TIME(f, false); argument
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A 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
513 HiviewFile *f = NULL; in FlushFaultEvent() local
525 HiviewFile *f = NULL; in FlushUeEvent() local
537 HiviewFile *f = NULL; in FlushStatEvent() local
571 HiviewFile* f = NULL; in HiEventFileProcImp() local
[all …]
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A 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 __anoneb42ae4c0202() variable
163 auto f = [&runner]() { runner->Stop(); }; in __anoneb42ae4c0302() variable
236 auto f = [&runner]() { in __anoneb42ae4c0502() variable
260 auto f = [&result, runner]() { result = runner->Stop(); }; in __anoneb42ae4c0602() variable
338 auto f = [&runner]() { in __anoneb42ae4c0802() variable
H A Dlib_event_handler_checker_test.cpp85 auto f = []() { in __anon0a96f5060202() variable
137 auto f = []() { in __anon0a96f5060602() variable
188 auto f = []() { in __anon0a96f5060a02() variable
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A 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 __anon3ab5e73e0402() variable
238 auto f = [&handler]() { in __anon3ab5e73e0502() variable
263 auto f = [&handler]() { in __anon3ab5e73e0602() variable
358 auto f = [&handler, &myTask, &taskName]() { in __anon3ab5e73e0802() variable
383 auto f = [&handler, &myTask]() { in __anon3ab5e73e0a02() variable
H A Devent_handler_post_task_module_test.cpp62 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0102() variable
88 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0202() variable
113 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0302() variable
139 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0402() variable
164 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0502() variable
190 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0602() variable
220 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anone0e0c22f0802() variable
H A Devent_handler_set_get_remove_module_test.cpp156 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon93d6534f0102() variable
202 auto f = [&myHandler, &handler]() { myHandler = handler->Current(); }; in __anon93d6534f0202() variable
244 auto f = [&handler, &myHandler]() { in __anon93d6534f0302() variable
273 auto f = [&taskCalledCount]() { taskCalledCount++; }; in __anon93d6534f0502() variable
414 auto f = []() { CommonUtils::TaskCalledSet(true); }; in __anon93d6534f0602() variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A 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
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/
H A 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
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Dscreen_saver_feature.c42 ScreenSaverFeature *f = (ScreenSaverFeature *)feature; in OnScreenSaverFeatureInitialize() local
52 ScreenSaverFeature *f = GetScreenSaverFeatureImpl(); in OnScreenSaverFeatureStop() local
H A Dpower_manage_feature.c40 PowerManageFeature *f = (PowerManageFeature *)feature; in OnPowerManageFeatureInitialize() local
49 PowerManageFeature *f = GetPowerManageFeatureImpl(); in OnPowerManageFeatureStop() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/
H A Dmpi_node.cpp43 PortFormat f; in ConnectMpi() local
81 PortFormat f; in DisConnectMpi() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Ddepth_first_iteration.h56 auto f = func.GetInterface<CallableType>(); in META_BEGIN_NAMESPACE() local
H A Dbreadth_first_iteration.h72 auto f = func.GetInterface<CallableType>(); in META_BEGIN_NAMESPACE() local
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1230 auto f = [&runner]() { in __anon38b2a1f73002() variable
1389 auto f = [&runner]() { in __anon38b2a1f73802() variable
1410 auto f = [&runner]() { in __anon38b2a1f73902() variable
1431 auto f = [&runner]() { in __anon38b2a1f73a02() variable
1452 auto f = [&runner]() { in __anon38b2a1f73b02() variable
1473 auto f = [&runner]() { in __anon38b2a1f73c02() variable
1608 auto f = [&]() { in __anon38b2a1f74202() variable
1633 auto f = [&]() { in __anon38b2a1f74302() variable
1658 auto f = [&]() { in __anon38b2a1f74402() variable
1683 auto f = [&]() { in __anon38b2a1f74502() variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dcommon_value_serializers.h31 bool EnumImport(IImportFunctions& f, const ISerNode::ConstPtr& node, Value& out) in EnumImport()
85 ReturnError ImportFromNode(IImportFunctions& f, const ISerNode::ConstPtr& node, Type& value) in ImportFromNode()
/ohos5.0/base/update/updater/test/unittest/log_test/
H A Dlog_unittest.cpp59 fstream f; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h60 const float f = 0.30f; in TonemapFilmic() local
70 const float f = 0.30f; in TonemapFilmic() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/quick_fix/quick_fix_manager_module_test/
H A Dquick_fix_manager_module_test.cpp35 static void WaitUntilTaskCalled(const F& f, const std::shared_ptr<AppExecFwk::EventHandler>& handle… in WaitUntilTaskCalled()
56 auto f = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskDone() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp54 …er::InitWithBlur(scalar sigmaX, scalar sigmaY, TileMode mode, const std::shared_ptr<ImageFilter> f, in InitWithBlur()
68 const std::shared_ptr<ImageFilter> f, const Rect& cropRect) in InitWithColor()
83 const std::shared_ptr<ImageFilter> f, const Rect& cropRect) in InitWithOffset()
145 GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) in InitWithGradientBlur()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_server.c50 FfrtFunction* f = (FfrtFunction*)t; in FfrtExecFunctionWrapper() local
61 FfrtFunction* f = (FfrtFunction*)t; in FfrtDestroyFunctionWrapper() local
77 FfrtFunction* f = (FfrtFunction*)g_priv.ffrtAllocBase(FFRT_FUNCTION_KIND_GENERAL); in FfrtCreateFunctionWrapper() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/
H A Dobject_factory.h35 std::string DoRegister(const std::vector<std::string>& names, CreatorFunc f) in DoRegister()

123456789