| /foundation/CastEngine/castengine_wifi_display/services/common/ |
| H A D | reflect_registration.h | 55 ReflectClassRegister(const std::string &name, Constructor func) in ReflectClassRegister() argument
|
| /foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/ |
| H A D | mock.h | 69 std::function<void(void)> func; member in OHOS::DataObsMgrInnerExtTest::MockDataAbilityObserverStub
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | render_custom_paint.cpp | 22 void RenderCustomPaint::PushTask(const TaskFunc& func) in PushTask() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| H A D | custom_node_base.cpp | 88 void CustomNodeBase::SetOnDumpInfoFunc(std::function<void(const std::vector<std::string>&)>&& func) in SetOnDumpInfoFunc() argument 93 void CustomNodeBase::SetOnDumpInspectorFunc(std::function<std::string()>&& func) in SetOnDumpInspectorFunc() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | alert_dialog_model_ng.cpp | 29 auto func = eventFunc; in SetParseButtonObj() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/ |
| H A D | connection_observer_controller.h | 86 void CallObservers(F func, Args&&... args) in CallObservers() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | function_traits.h | 38 auto CallMemberFunction(C* instance, F func, T&& tuple, std::index_sequence<I...>) in CallMemberFunction() argument 50 auto CallStaticMemberFunction(F func, T&& tuple, std::index_sequence<I...>) in CallStaticMemberFunction() argument 56 auto CallStaticMemberFunction(R (*func)(Types...), Tuple&& tup) in CallStaticMemberFunction() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
| H A D | rosen_window.cpp | 43 auto func = std::bind(&RSWindow::VsyncThreadMain, this); in RequestFrame() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | frame_trace_adapter_impl.cpp | 35 void FrameTraceAdapterImpl::QuickExecute(std::function<void()> && func) in QuickExecute() argument 42 void FrameTraceAdapterImpl::SlowExecute(std::function<void()> && func) in SlowExecute() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_styled_string_controller.cpp | 60 void RichEditorStyledStringController::SetOnWillChange(std::function<bool(const StyledStringChangeValue&)> && func) in SetOnWillChange() argument 69 void RichEditorStyledStringController::SetOnDidChange(std::function<void(const StyledStringChangeValue&)> && func) in SetOnDidChange() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_event_hub.h | 33 void SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() argument 45 void SetOnSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnSelectionChange() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | richtext_model_ng.cpp | 58 auto func = onPageStarted; in SetOnPageStart() local 72 auto func = onPageFinish; in SetOnPageFinish() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | syscap_module.h | 52 static jerry_value_t CanIUse(const jerry_value_t func, in CanIUse() argument
|
| H A D | require_module.cpp | 27 jerry_value_t RequireModule::ImportModule(const jerry_value_t func, in ImportModule() argument
|
| H A D | version_module.cpp | 32 jerry_value_t VersionModule::GetACEVersion(const jerry_value_t func, in GetACEVersion() argument 41 jerry_value_t VersionModule::GetACECommit(const jerry_value_t func, in GetACECommit() argument 50 jerry_value_t VersionModule::GetACEBuildStamp(const jerry_value_t func, in GetACEBuildStamp() argument
|
| H A D | app_data_module.cpp | 32 jerry_value_t AppDataModule::GetApp(const jerry_value_t func, in GetApp() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/directive/ |
| H A D | directive_watcher_callback.cpp | 23 JSValue DirectiveWatcherCallback::Handler(const JSValue func, in Handler() argument
|
| /foundation/communication/bluetooth/frameworks/js/napi/include/ |
| H A D | napi_bluetooth_event.h | 66 auto func = std::bind( in CheckAndNotify() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | class_creator.h | 37 ClassRegister(const std::string &name, ClassCreateFun func) in ClassRegister() argument
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
| H A D | napi_bluetooth_audio_manager.cpp | 57 auto func = [remoteAddr]() {
in EnableWearDetection() local 75 auto func = [remoteAddr]() {
in DisableWearDetection() local 93 auto func = [remoteAddr]() {
in IsWearDetectionEnabled() local 115 auto func = [remoteAddr]() {
in IsWearDetectionSupported() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/common/ |
| H A D | serial_queue.cpp | 38 void SerialQueue::ScheduleDelayTask(const std::string &taskName, uint64_t ms, std::function<void()> func) in ScheduleDelayTask() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | xcollie_helper.cpp | 26 int XCollieHelper::SetTimer(const std::string &name, unsigned int timeout, std::function<void(void *)> func, void *arg) in SetTimer() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
| H A D | connector.h | 33 Connect( const IObject::Ptr& source, const BASE_NS::string& event, const IObject::Ptr& dest, const BASE_NS::string& func) Connect() argument 57 Disconnect( const IObject::Ptr& source, const BASE_NS::string& event, const IObject::Ptr& dest, const BASE_NS::string& func) Disconnect() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
| H A D | breadth_first_iteration.h | 35 IterationResult BreadthFirstOrderIterate(const Iterable& i, Func& func, IterateStrategy is) in BreadthFirstOrderIterate() argument 69 IterationResult BreadthFirstOrderIterate(const Iterable& i, ICallable& func, IterateStrategy is) in BreadthFirstOrderIterate() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
| H A D | capture.h | 114 auto CaptureImpl(Lambda func, Args&&... args) in CaptureImpl() argument [all...] |