/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_value_serializers.cpp | 35 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 D | make_callback.h | 34 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 D | assert.h | 21 #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 D | watchdog.h | 47 #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 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 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 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 __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 D | lib_event_handler_checker_test.cpp | 85 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 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 __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 D | event_handler_post_task_module_test.cpp | 62 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 D | event_handler_set_get_remove_module_test.cpp | 156 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 D | cert_manager_status.h | 49 #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 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
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | screen_saver_feature.c | 42 ScreenSaverFeature *f = (ScreenSaverFeature *)feature; in OnScreenSaverFeatureInitialize() local 52 ScreenSaverFeature *f = GetScreenSaverFeatureImpl(); in OnScreenSaverFeatureStop() local
|
H A D | power_manage_feature.c | 40 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 D | mpi_node.cpp | 43 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 D | depth_first_iteration.h | 56 auto f = func.GetInterface<CallableType>(); in META_BEGIN_NAMESPACE() local
|
H A D | breadth_first_iteration.h | 72 auto f = func.GetInterface<CallableType>(); in META_BEGIN_NAMESPACE() local
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
H A D | ems_event_runner_system_test.cpp | 1230 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 D | common_value_serializers.h | 31 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 D | log_unittest.cpp | 59 fstream f; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_tonemap_common.h | 60 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 D | quick_fix_manager_module_test.cpp | 35 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 D | skia_image_filter.cpp | 54 …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 D | hdf_audio_pnp_server.c | 50 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 D | object_factory.h | 35 std::string DoRegister(const std::vector<std::string>& names, CreatorFunc f) in DoRegister()
|