Home
last modified time | relevance | path

Searched +defs:node +defs:arg (Results 1 – 25 of 34) sorted by relevance

12

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_event.c26 void *arg; member
31 void CloseNodePipe(const EventNode *node) in CloseNodePipe()
37 static void EventProcessHandle(void *arg) in EventProcessHandle()
42 EventNode *node = container_of(task, EventNode, task); in EventProcessHandle() local
59 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
62 EventNode *node = NULL; in PostEvent() local
92 EventNode *node = NULL; in ClearEvent() local
122 static int32_t CreateNonBlockPipe(EventNode *node) in CreateNonBlockPipe()
140 EventNode *node = NULL; in EventModuleInit() local
181 void DeleteEventNode(EventNode *node) in DeleteEventNode()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
Dsys_event.c26 void *arg; member
31 void CloseNodePipe(const EventNode *node) in CloseNodePipe()
37 static void EventProcessHandle(void *arg) in EventProcessHandle()
42 EventNode *node = container_of(task, EventNode, task); in EventProcessHandle() local
55 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
58 EventNode *node = NULL; in PostEvent() local
84 EventNode *node = NULL; in ClearEvent() local
110 static int32_t CreateNonBlockPipe(EventNode *node) in CreateNonBlockPipe()
143 EventNode *node = NULL; in EventModuleInit() local
182 void DeleteEventNode(EventNode *node) in DeleteEventNode()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
Dsysio_udp.c143 void *arg, in SysioSendUdp()
169 void *arg, in SysioGetsockoptUdp()
181 void *arg, in SysioSetsockoptUdp()
192 static void *SysioRecvUdp(void *arg, FILLP_CONST void *buf, void *databuf) in SysioRecvUdp()
200 static int SysioSelectUdp(void *arg, FILLP_INT timeoutUs) in SysioSelectUdp()
213 struct HlistNode *node = HLIST_FIRST(&g_udpIo.listenPcbList); in SysioFreeSocketUdp() local
341 static int SysioDestroySocketUdp(void *arg) in SysioDestroySocketUdp()
399 struct HlistNode *node = FILLP_NULL_PTR; in SysioRemovePcbUdp() local
423 static int SysioCanSockReadUdp(void *arg) in SysioCanSockReadUdp()
490 struct HlistNode *node = FILLP_NULL_PTR; in SysioGetListenSocketByOssock() local
[all …]
Dspunge_core.c1187 struct HlistNode *node = FILLP_NULL_PTR; in FillpCheckPcbNackListToSend() local
1392 struct SkipListNode *node = FILLP_NULL_PTR; in SpungeCheckItemWaitTokenList() local
1495 struct HlistNode *node = FILLP_NULL_PTR; in SpungeTokenBucketDelFpcb() local
1617 void SpungePushRecvdDataToStack(void *arg) in SpungePushRecvdDataToStack()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dcjson_parser.cpp67 char *CJSONParser::FillPlaceholder(const char *format, jerry_value_t arg, jerry_length_t num, bool … in FillPlaceholder()
99 jerry_value_t arg, in FormatString()
185 ListNode *node = new ListNode(); in AddNode() local
196 char *CJSONParser::GetNode(ListNode *node, int index) in GetNode()
207 void CJSONParser::ClearNode(ListNode *&node) in ClearNode()
217 char *CJSONParser::ToString(ListNode *node, uint8_t length) in ToString()
592 Node *node = reinterpret_cast<Node *>(startPos_ + usedOffset_); in PutNumOrStrValue() local
702 jerry_value_t arg = (argsNum > 1) ? args[1] : UNDEFINED; in GetValue() local
704 Node *node = GetValueFromCache(key); in GetValue() local
767 Node *node = reinterpret_cast<Node *>(startPos_ + (*valueIndex)); in GetValueFromCache() local
[all …]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile.c100 DFileSessionNode *node = NULL; in GetDFileSessionNodeById() local
125 DFileSessionNode *node = calloc(1, sizeof(DFileSessionNode)); in AddDFileSessionNode() local
149 DFileSessionNode *node = NULL; in PopDFileSessionNodeById() local
187 static int32_t CheckDFileSessionNodeValid(const DFileSessionNode *node) in CheckDFileSessionNodeValid()
203 static void DFileSetStoragePathInner(void *arg) in DFileSetStoragePathInner()
247 DFileSessionNode *node = GetDFileSessionNodeById((uint16_t)sessionId); in NSTACKX_DFileSetStoragePath() local
317 static void DFileSetStoragePathListInner(void *arg) in DFileSetStoragePathListInner()
416 DFileSessionNode *node = GetDFileSessionNodeById((uint16_t)sessionId); in NSTACKX_DFileSetStoragePathList() local
452 static void DFileSendFileFail(void *arg) in DFileSendFileFail()
468 static void DFileSendFileInner(void *arg) in DFileSendFileInner()
[all …]
Dnstackx_dfile_session.c998 void *DFileMainLoop(void *arg) in DFileMainLoop()
1208 static void TerminateMainThreadFatalInner(void *arg) in TerminateMainThreadFatalInner()
1244 static void *DFileAddiSenderHandle(void *arg) in DFileAddiSenderHandle()
1491 void DFileSenderClose(DFileSession *session, QueueNode *queueNode, List *unsent, void *arg) in DFileSenderClose()
1501 void *DFileSenderHandle(void *arg) in DFileSenderHandle()
1561 QueueNode *node = (QueueNode *)pos; in ClearDFileFrameList() local
1630 static void ReadEventHandle(void *arg) in ReadEventHandle()
1799 void *DFileReceiverHandle(void *arg) in DFileReceiverHandle()
1839 void *DFileControlHandle(void *arg) in DFileControlHandle()
1947 void TerminateMainThreadInner(void *arg) in TerminateMainThreadInner()
Dnstackx_file_manager.c51 static void NotifyFileManagerMsgInner(void *arg) in NotifyFileManagerMsgInner()
59 static void NotifyFileListMsgInner(void *arg) in NotifyFileListMsgInner()
884 static void *FileManagerThread(void *arg) in FileManagerThread()
2012 TransStateNode *node = (TransStateNode *)pos; in ClearTransStateList() local
2039 TransStateNode *node = GetTransIdState(session, transId, &curState); in SetTransIdState() local
2076 TransStateNode *node = NULL; in GetTransIdState() local
2105 TransStateNode *node = NULL; in IsTransIdDone() local
/foundation/communication/dsoftbus/sdk/frame/common/src/
Dsoftbus_client_event_manager.c28 ListNode node; member
119 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen) in CLIENT_NotifyObserver()
/foundation/resourceschedule/ffrt/test/ut/testcase/
Dut_thread.cpp56 static void* MockStart(void* arg) in MockStart()
154 TaskWithNode node = TaskWithNode(); variable
/foundation/window/window_manager/wmserver/src/
Dwindow_dumper.cpp53 for (auto& arg : args) { in Dump() local
179 auto node = windowRoot_->GetWindowNode(windowId); in DumpSpecifiedWindowInfo() local
204 void WindowDumper::AppendSpecifiedWindowNodeInfo(const sptr<WindowNode>& node, std::ostringstream& … in AppendSpecifiedWindowNodeInfo()
291 auto node = windowRoot_->GetWindowForDumpAceHelpInfo(); in ShowAceDumpHelp() local
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_base_listener.c50 ListNode node; member
104 SoftbusListenerNode *node = g_listenerList[module]; in GetListenerNodeCommon() local
138 static void RemoveListenerNode(SoftbusListenerNode *node) in RemoveListenerNode()
165 SoftbusListenerNode *node = *nodePtr; in ReturnListenerNode() local
191 SoftbusListenerNode *node = (SoftbusListenerNode *)SoftBusCalloc(sizeof(SoftbusListenerNode)); in CreateSpecifiedListenerModule() local
274 SoftbusListenerNode *node = GetListenerNode(module); in DeinitBaseListener() local
295 SoftbusListenerNode *node = CreateSpecifiedListenerModule(module); in CreateListenerModule() local
315 SoftbusListenerNode *node = GetListenerNode(module); in DestroyBaseListener() local
335 SoftbusListenerNode *node = GetOrCreateListenerNode(module); in StartBaseClient() local
368 static int32_t StartServerListenUnsafe(SoftbusListenerNode *node, const LocalListenerInfo *info) in StartServerListenUnsafe()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.cpp605 void GetPackageInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in GetPackageInfo()
623 void RequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in RequestFullWindow()
656 void SetScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in SetScreenOnVisible()
717 void SetLocale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in SetLocale()
804 std::string ParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, con… in ParseRouteUrl()
819 …::string ParseRouteUrlSpecial(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in ParseRouteUrlSpecial()
838 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const std::string& key) in ParseRouteParams()
849 int32_t ParseIntParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const … in ParseIntParams()
860 bool ParseRouteOverwrite(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, cons… in ParseRouteOverwrite()
871 void AddListener(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in AddListener()
[all …]
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
Dipc_invoker.c272 DeathCallback *node = NULL; in CallDeathCallback() local
335 static void GetDeathCallback(IpcMsg* msg, HdlerArg* arg) in GetDeathCallback()
346 static void GetIpcCallback(IpcMsg* msg, HdlerArg* arg) in GetIpcCallback()
355 AnonymousApi* node = NULL; in GetIpcCallback() local
/foundation/communication/dsoftbus/core/connection/br/src/
Dsoftbus_conn_br_trans.c248 static void FreeSendNode(SendBrQueueNode *node) in FreeSendNode()
304 SendBrQueueNode *node = (SendBrQueueNode *)SoftBusCalloc(sizeof(SendBrQueueNode)); in ConnBrPostBytes() local
433 void *SendHandlerLoop(void *arg) in SendHandlerLoop()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dvideo_component.cpp528 ListNode<Component *> *node = componentNodes_.Begin(); in RemoveComponentNode() local
543 ListNode<Component *> *node = componentNodes_.Begin(); in ContainComponentNode() local
580 void *VideoComponent::UpdateProgressHandler(void *arg) in UpdateProgressHandler()
/foundation/communication/dsoftbus/core/connection/ble/src/
Dsoftbus_conn_ble_trans.c261 static void FreeSendNode(SendQueueNode *node) in FreeSendNode()
361 SendQueueNode *node = (SendQueueNode *)SoftBusCalloc(sizeof(SendQueueNode)); in ConnBlePostBytesInner() local
580 void *BleSendTask(void *arg) in BleSendTask()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dtiming_wheel.h76 void *arg; member
94 #define FILLP_TIMING_WHEEL_INIT_NODE(node) \ argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
Djs_accessibility_manager.cpp128 bool IsExtensionComponent(const RefPtr<NG::UINode>& node) in IsExtensionComponent()
135 bool IsIsolatedComponent(const RefPtr<NG::UINode>& node) in IsIsolatedComponent()
140 bool IsUIExtensionShowPlaceholder(const RefPtr<NG::UINode>& node) in IsUIExtensionShowPlaceholder()
272 void UpdateAccessibilityNodeInfo(const RefPtr<AccessibilityNode>& node, AccessibilityElementInfo& n… in UpdateAccessibilityNodeInfo()
411 …o(std::list<AccessibilityElementInfo>& infos, uint32_t mode, const RefPtr<AccessibilityNode>& node, in UpdateCacheInfo()
565 bool FindAccessibilityFocus(const RefPtr<AccessibilityNode>& node, RefPtr<AccessibilityNode>& resul… in FindAccessibilityFocus()
587 const RefPtr<NG::FrameNode>& node, Accessibility::AccessibilityElementInfo& info) in FindFocusedExtensionElementInfoNG()
613 RefPtr<NG::FrameNode> FindAccessibilityFocus(const RefPtr<NG::UINode>& node, in FindAccessibilityFocus()
621 auto node = GetFramenodeByAccessibilityId(frameNode, currentFocusNodeId); in FindAccessibilityFocus() local
653 bool FindInputFocus(const RefPtr<AccessibilityNode>& node, RefPtr<AccessibilityNode>& resultNode) in FindInputFocus()
[all …]
Djs_third_accessibility_hover_ng.cpp238 for (const auto& node: path) { in HandleAccessibilityHoverForThird() local
354 for (auto arg = params.begin() + 1; arg != params.end(); ++arg) { in GetDumpInfoArgument() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsXNode.js579 onDisposeNodePtr(id, node) { argument
592 onUpdateNodePtr(id, node) { argument
601 static attachNodeAdapter(adapter, node) { argument
620 static detachNodeAdapter(node) { argument
827 static disposeTreeRecursively(node) { argument
870 checkValid(node) { argument
873 appendChild(node) { argument
935 removeChild(node) { argument
1201 appendChild(node) { argument
1207 removeChild(node) { argument
[all …]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_device_local.c36 List node; member
171 static void LocalIfaceCreateContextTimeout(void *arg) in LocalIfaceCreateContextTimeout()
592 void DetectLocalIface(void *arg) in DetectLocalIface()
/foundation/communication/dsoftbus/core/bus_center/service/src/
Dbus_center_event.c42 ListNode node; member
230 static int32_t PostNotifyMessage(int32_t what, uint64_t arg, const NodeBasicInfo *info) in PostNotifyMessage()
250 static int32_t PostNotifyNodeStatusMessage(int32_t what, uint64_t arg, const NodeStatus *info) in PostNotifyNodeStatusMessage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_interactable_view.cpp367 JSRef<JSVal> arg = info[0]; in GetRemoteMessageEventCallback() local
412 void JSInteractableView::ReportClickEvent(const WeakPtr<NG::FrameNode>& node, const std::string tex… in ReportClickEvent()
/foundation/communication/dsoftbus/core/common/message_handler/
Dmessage_handler.c38 ListNode node; member
90 static void *LoopTask(void *arg) in LoopTask()

12