| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | rosen_render_custom_paint.cpp | 2376 TaskFunc func = [canvasImage](RenderCustomPaint& iface, const Offset& offset) { local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| H A D | bubble_layout_algorithm.cpp | 1037 auto func = placementFuncMap_.find(placement_); in GetPositionWithPlacementNew() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_utils.cpp | 1896 auto func = jsObj->Get(vm, panda::StringRef::NewFromUtf8(vm, "getPixelMap")); in IsDrawable() local 2055 panda::Local<panda::FunctionRef> func = jsValueOnCreateMenu->ToObject(vm); in ParseOnCreateMenu() local 2114 panda::Local<panda::FunctionRef> func = jsValueOnMenuItemClick->ToObject(vm); in ParseOnMenuItemClick() local [all...] |
| H A D | arkts_native_text_area_bridge.cpp | 1040 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); in SetOnChange() local 1116 panda::Local<panda::FunctionRef> func = errorCallbackArg->ToObject(vm); in SetInputFilter() local 1155 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnTextSelectionChange() local 1194 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnContentScroll() local 1232 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnEditChange() local 1270 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnCopy() local 1307 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnCut() local 1344 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnPaste() local 1452 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnSubmit() local 1826 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnWillInsert() local 1871 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnDidInsert() local 1912 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnWillDelete() local 1958 panda::Local<panda::FunctionRef> func = callbackArg->ToObject(vm); SetOnDidDelete() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| H A D | js_span_object.cpp | 1339 JSRef<JSVal> func = jsObj->GetProperty("readPixelsToBuffer"); IsPixelMap() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_model_ng.cpp | 479 void TextFieldModelNG::SetOnEditChanged(std::function<void(bool)>&& func) in SetOnEditChanged() argument 486 void TextFieldModelNG::SetOnSubmit(std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) in SetOnSubmit() argument 493 void TextFieldModelNG::SetOnChange(std::function<void(const std::string&, PreviewText&)>&& func) in SetOnChange() argument 500 void TextFieldModelNG::SetOnTextSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnTextSelectionChange() argument 507 void TextFieldModelNG::SetOnTextSelectionChange(FrameNode* frameNode, std::function<void(int32_t, int32_t)>&& func) in SetOnTextSelectionChange() argument 515 SetOnSecurityStateChange(std::function<void(bool)>&& func) SetOnSecurityStateChange() argument 522 SetOnContentScroll(std::function<void(float, float)>&& func) SetOnContentScroll() argument 529 SetOnCopy(std::function<void(const std::string&)>&& func) SetOnCopy() argument 536 SetOnCut(std::function<void(const std::string&)>&& func) SetOnCut() argument 543 SetOnPaste(std::function<void(const std::string&)>&& func) SetOnPaste() argument 550 SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument 774 SetOnChangeEvent(std::function<void(const std::string&)>&& func) SetOnChangeEvent() argument 1300 SetOnChange(FrameNode* frameNode, std::function<void(const std::string&, PreviewText&)>&& func) SetOnChange() argument 1308 SetOnContentSizeChange(FrameNode* frameNode, std::function<void(float, float)>&& func) SetOnContentSizeChange() argument 1342 SetOnSubmit(FrameNode* frameNode, std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) SetOnSubmit() argument 1350 SetOnCut(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCut() argument 1358 SetOnPasteWithEvent( FrameNode* frameNode, std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument 1717 SetOnEditChange(FrameNode* frameNode, std::function<void(bool)>&& func) SetOnEditChange() argument 1735 SetOnContentScroll(FrameNode* frameNode, std::function<void(float, float)>&& func) SetOnContentScroll() argument 1743 SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCopy() argument 1751 SetOnEditChanged(FrameNode* frameNode, std::function<void(bool)>&& func) SetOnEditChanged() argument 1865 SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) SetOnWillInsertValueEvent() argument 1872 SetOnDidInsertValueEvent(std::function<void(const InsertValueInfo&)>&& func) SetOnDidInsertValueEvent() argument 1879 SetOnWillDeleteEvent(std::function<bool(const DeleteValueInfo&)>&& func) SetOnWillDeleteEvent() argument 1886 SetOnDidDeleteEvent(std::function<void(const DeleteValueInfo&)>&& func) SetOnDidDeleteEvent() argument 2061 SetOnWillInsertValueEvent(FrameNode* frameNode, std::function<bool(const InsertValueInfo&)>&& func) SetOnWillInsertValueEvent() argument 2070 SetOnDidInsertValueEvent(FrameNode* frameNode, std::function<void(const InsertValueInfo&)>&& func) SetOnDidInsertValueEvent() argument 2079 SetOnWillDeleteEvent(FrameNode* frameNode, std::function<bool(const DeleteValueInfo&)>&& func) SetOnWillDeleteEvent() argument 2088 SetOnDidDeleteEvent(FrameNode* frameNode, std::function<void(const DeleteValueInfo&)>&& func) SetOnDidDeleteEvent() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
| H A D | rs_system_properties.cpp | 887 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* context) in WatchSystemProperty() argument
|
| H A D | rs_render_service_connection_proxy.cpp | 53 auto func = [isUniMode, &parcelVector, &transactionData, this]() -> bool { in CommitTransaction() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
| H A D | ext_decoder.cpp | 667 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlImageBuffer &buffer)
in HeapMemAlloc() argument
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_source_napi.cpp | 1190 napi_value func; in PrepareNapiEnv() local 1361 napi_value func; in CreateIncrementalSource() local
|
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | media_asset_change_request_napi.cpp | 850 napi_value func = context.argv[PARAM1]; in initDeleteRequest() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_rdb_utils.cpp | 287 ForEachRow(const shared_ptr<RdbStore> &rdbStore, const shared_ptr<ResultSet> &resultSet, const bool hiddenState, const function<int32_t(const shared_ptr<RdbStore> &rdbStore, const shared_ptr<ResultSet> &albumResult, const bool hiddenState)> &func) ForEachRow() argument
|
| /foundation/window/window_manager/previewer/src/ |
| H A D | window_impl.cpp | 663 void WindowImpl::RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) in RegisterWindowDestroyedListener() argument
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| H A D | js_scene_session_manager.cpp | 459 NotifyCreateSystemSessionFunc func = [this](const sptr<SceneSession>& session) { in ProcessCreateSystemSessionRegister() local 468 NotifyCreateKeyboardSessionFunc func = [this](const sptr<SceneSession>& keyboardSession, in ProcessCreateKeyboardSessionRegister() local 477 ProcessStartUIAbilityErrorFunc func = [this](uint32_t startUIAbilityError) { in ProcessStartUIAbilityErrorRegister() local 486 NotifyRecoverSceneSessionFunc func = [this](const sptr<SceneSession>& session, const SessionInfo& sessionInfo) { in ProcessRecoverSceneSessionRegister() local 495 ProcessStatusBarEnabledChangeFunc func = [this](bool enable, const std::string& bundleName) { in ProcessStatusBarEnabledChangeListener() local 504 auto func = [this](bool enable, const std::string& bundleName, GestureBackType type) { ProcessGestureNavigationEnabledChangeListener() local 512 ProcessOutsideDownEventFunc func = [this](int32_t x, int32_t y) { ProcessOutsideDownEvent() local 521 ProcessShiftFocusFunc func = [this](int32_t persistentId) { ProcessShiftFocus() local 550 ProcessCallingSessionIdChangeFunc func = [this](uint32_t callingSessionId) { ProcessCallingSessionIdChangeRegister() local 559 auto func = [this] { ProcessAbilityManagerCollaboratorRegistered() local 1429 DumpRootSceneElementInfoFunc func = [this](const std::vector<std::string>& params, RegisterDumpRootSceneElementInfoListener() local 1444 ProcessVirtualPixelRatioChangeFunc func = [this](float density, const Rect& rect) { RegisterVirtualPixelRatioChangeListener() local 3392 ProcessCloseTargetFloatWindowFunc func = [this](const std::string& bundleName) { ProcessCloseTargetFloatWindow() local [all...] |
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| H A D | softbus_conn_ble_manager.c | 1537 void (*func)(SoftBusMessage *msg); member
|
| /foundation/communication/netstack/frameworks/js/napi/tls/src/ |
| H A D | tls_socket.cpp | 484 OnMessageCallback func = nullptr; in CallOnMessageCallback() local 499 OnConnectCallback func = nullptr; in CallOnConnectCallback() local 514 OnCloseCallback func = nullptr; in CallOnCloseCallback() local 529 OnErrorCallback func = nullptr; CallOnErrorCallback() local 565 GetRemoteAddressCallback func = nullptr; CallGetRemoteAddressCallback() local 580 GetStateCallback func = nullptr; CallGetStateCallback() local 600 GetCertificateCallback func = nullptr; CallGetCertificateCallback() local 616 GetRemoteCertificateCallback func = nullptr; CallGetRemoteCertificateCallback() local 631 GetProtocolCallback func = nullptr; CallGetProtocolCallback() local 647 GetCipherSuiteCallback func = nullptr; CallGetCipherSuiteCallback() local 663 GetSignatureAlgorithmsCallback func = nullptr; CallGetSignatureAlgorithmsCallback() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
| H A D | fillptypes.h | 437 void (*func)(void *param); /* Indicates a pointer to the spunge main thread function. */ member
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_node_container.cpp | 1074 WindowNodeOperationFunc func = [this](sptr<WindowNode> node) { in AssignZOrder() local 1324 WindowNodeOperationFunc func = [avoidController = avoidController_, &checkFunc](sptr<WindowNode> node) { in ProcessWindowAvoidAreaChangeWhenDisplayChange() local 1638 WindowNodeOperationFunc func = [&node, &isInWindowTree](sptr<WindowNode> windowNode) { in CheckWindowNodeWhetherInWindowTree() local 1654 WindowNodeOperationFunc func = [&zOrder, &winid](sptr<WindowNode> node) { in DumpScreenWindowTreeByWinId() local 1681 WindowNodeOperationFunc func = [&zOrder](sptr<WindowNode> node) { in DumpScreenWindowTree() local 1830 WindowNodeOperationFunc func = [windowId, &nextFocusableWindow, &previousFocusedWindowFound]( GetNextFocusableWindow() local 1848 WindowNodeOperationFunc func = [windowId, &nextRotatableWindow]( GetNextRotatableWindow() local 2371 TraverseWindowTree(const WindowNodeOperationFunc& func, bool isFromTopToBottom) const TraverseWindowTree() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpiolib.c | 2074 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc() argument
|
| /kernel/linux/linux-5.10/drivers/edac/ |
| H A D | amd64_edac.c | 60 __amd64_read_pci_cfg_dword(struct pci_dev *pdev, int offset, u32 *val, const char *func) __amd64_read_pci_cfg_dword() argument 73 __amd64_write_pci_cfg_dword(struct pci_dev *pdev, int offset, u32 val, const char *func) __amd64_write_pci_cfg_dword() argument
|
| H A D | i7core_edac.c | 230 int func; member 1457 int i, func, slot; mci_bind_devs() local [all...] |
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| H A D | smc37c669.c | 1667 SMC37c669_configure_device( unsigned int func, int port, int irq, int drq ) SMC37c669_configure_device() argument [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/nfit/ |
| H A D | core.c | 374 static u8 nfit_dsm_revid(unsigned family, unsigned func) in nfit_dsm_revid() argument 394 static bool payload_dumpable(struct nvdimm *nvdimm, unsigned int func) in payload_dumpable() argument 450 int func, rc, i; in acpi_nfit_ctl() local 1797 const u8 func = ND_INTEL_SMART; nfit_intel_shutdown_status() local 3584 unsigned int func; acpi_nfit_clear_to_send() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_priv.h | 835 amdkfd_ioctl_t *func; member
|
| /kernel/linux/linux-5.10/drivers/mtd/ubi/ |
| H A D | ubi.h | 805 int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int shutdown); member
|