Home
last modified time | relevance | path

Searched defs:func (Results 376 - 400 of 4166) sorted by relevance

1...<<11121314151617181920>>...167

/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dreflect_registration.h55 ReflectClassRegister(const std::string &name, Constructor func) in ReflectClassRegister() argument
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/
H A Dmock.h69 std::function<void(void)> func; member in OHOS::DataObsMgrInnerExtTest::MockDataAbilityObserverStub
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.cpp22 void RenderCustomPaint::PushTask(const TaskFunc& func) in PushTask() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.cpp88 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 Dalert_dialog_model_ng.cpp29 auto func = eventFunc; in SetParseButtonObj() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_observer_controller.h86 void CallObservers(F func, Args&&... args) in CallObservers() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dfunction_traits.h38 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 Drosen_window.cpp43 auto func = std::bind(&RSWindow::VsyncThreadMain, this); in RequestFrame() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_trace_adapter_impl.cpp35 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 Drich_editor_styled_string_controller.cpp60 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 Dtext_event_hub.h33 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 Drichtext_model_ng.cpp58 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 Dsyscap_module.h52 static jerry_value_t CanIUse(const jerry_value_t func, in CanIUse() argument
H A Drequire_module.cpp27 jerry_value_t RequireModule::ImportModule(const jerry_value_t func, in ImportModule() argument
H A Dversion_module.cpp32 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 Dapp_data_module.cpp32 jerry_value_t AppDataModule::GetApp(const jerry_value_t func, in GetApp() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddirective_watcher_callback.cpp23 JSValue DirectiveWatcherCallback::Handler(const JSValue func, in Handler() argument
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_event.h66 auto func = std::bind( in CheckAndNotify() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dclass_creator.h37 ClassRegister(const std::string &name, ClassCreateFun func) in ClassRegister() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp57 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 Dserial_queue.cpp38 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 Dxcollie_helper.cpp26 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 Dconnector.h33 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 Dbreadth_first_iteration.h35 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 Dcapture.h114 auto CaptureImpl(Lambda func, Args&&... args) in CaptureImpl() argument
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...167