| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_sdio_if.h | 198 oal_sdio_memcpy_fromio(struct sdio_func *func, hi_void *dst, hi_u32 addr, hi_s32 count) oal_sdio_memcpy_fromio() argument 224 sdio_claim_host(struct sdio_func *func) sdio_claim_host() argument 229 sdio_release_host(struct sdio_func *func) sdio_release_host() argument 234 sdio_require_irq(struct sdio_func *func, sdio_irq_handler_t *handler) sdio_require_irq() argument [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
| H A D | frw_task.c | 144 hi_void frw_task_event_handler_register(hi_void (*func)(hi_void)) in frw_task_event_handler_register() argument
|
| /device/qemu/riscv32_virt/liteos_m/board/ |
| H A D | main.c | 187 int32_t GpioSetIrq(uint16_t gpio, uint16_t mode, void *func, void *arg)
in GpioSetIrq() argument
|
| /foundation/ability/dmsfwk/services/dtbabilitymgr/src/ |
| H A D | distributed_ability_manager_stub.cpp | 66 auto func = iter->second; in OnRemoteRequest() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | js_free_install_observer.cpp | 205 napi_value func = nullptr; in CallCallback() local 221 napi_value func = nullptr; in CallCallback() local
|
| H A D | ability_process.cpp | 169 auto func = reinterpret_cast<NAPICallOnAbilityResult>(dlsym(g_handle, FUNC_CALL_ON_ABILITY_RESULT)); in OnAbilityResult() local 257 auto func = reinterpret_cast<NAPICallOnRequestPermissionsFromUserResult>( in CaullFunc() local
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | ohos_js_environment_impl.cpp | 30 void OHOSJsEnvironmentImpl::PostTaskToHandler(void* handler, uv_io_cb func, void* work, int status, int priority) in PostTaskToHandler() argument
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
| H A D | wfd_demo.cpp | 248 auto func = iter->second; in DoCmd() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/ |
| H A D | js_test_runner.cpp | 187 napi_value func = nullptr; in CallObjectMethod() local
|
| /foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/ |
| H A D | dataobs_mgr_inner_ext_test.cpp | 731 auto func = [](std::vector<Uri> &uris, std::shared_ptr<DataObsMgrInnerExt> obsMgr, in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_children_main_size.h | 53 void SetOnDataChange(std::function<void(std::tuple<int32_t, int32_t, int32_t>, ListChangeFlag)>&& func) in SetOnDataChange() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
| H A D | cj_animator.cpp | 116 auto func = reinterpret_cast<void(*)(double)>(funcId); in SetOnframe() local 146 auto func = reinterpret_cast<void(*)(void)>(funcId); in SetOnfinish() local 157 auto func = reinterpret_cast<void(*)(void)>(funcId); in SetOncancel() local 168 auto func = reinterpret_cast<void(*)(void)>(funcId); in SetOnrepeat() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_linear_indicator.cpp | 173 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); in SetOnChange() local 206 panda::Local<panda::FunctionRef> func = toNumericProp; in ParseColorMetricsToColor() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_timer_module.cpp | 119 uint32_t JsiTimerModule::AddCallBack(const shared_ptr<JsValue>& func, const std::vector<shared_ptr<JsValue>>& params) in AddCallBack() argument 139 bool JsiTimerModule::GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, in GetCallBack() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | textpicker_model_impl.cpp | 60 auto func = onChange; in SetOnCascadeChange() local
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | observer_test_ng.cpp | 227 UIObserverHandler::NavDestinationSwitchHandleFunc func = in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
| H A D | sec_comp_kit.h | 88 ReportSecurityComponentClickEvent(int32_t scId, std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc&& func) ReportSecurityComponentClickEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model.h | 144 virtual void SetOnTextSelectionChange(std::function<void(int32_t, int32_t)>&& func) {}; in SetOnTextSelectionChange() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| H A D | search_model.h | 95 SetOnEditChanged(std::function<void(bool)>&& func) SetOnEditChanged() argument [all...] |
| H A D | search_event_hub.h | 65 void SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() argument 77 void SetOnCut(std::function<void(const std::string&)>&& func) in SetOnCut() argument 89 void SetOnPaste(std::function<void(const std::string&)>&& func) in SetOnPaste() argument 101 void SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) in SetOnPasteWithEvent() argument
|
| /foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/ |
| H A D | aams_accessibility_keyevent_filter_test.cpp | 48 auto func = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| H A D | velocity_tracker.cpp | 205 auto func = [](const LeastSquareImpl &axis, const char* str) { in DumpVelocityPoints() local
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | composed_element.h | 77 void SetRenderFunction(RenderFunction&& func) in SetRenderFunction() argument 94 void SetRemoveFunction(RemoveFunction&& func) in SetRemoveFunction() argument 112 void SetPageTransitionFunction(PageTransitionFunction&& func) in SetPageTransitionFunction() argument
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_aams_accessibility_keyevent_filter.cpp | 48 auto func = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | list_component.cpp | 181 JSValue ListComponent::ListScrollTo(const JSValue func, const JSValue dom, in ListScrollTo() argument
|