| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
| D | hci_cmd.c | 93 static int HciCmdPushToTxQueue(HciCmd *cmd) in HciCmdPushToTxQueue() 114 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdTimeoutTask() local 150 HciCmd *cmd = NULL; in HciSetNumberOfHciCmd() local 203 HciCmd *cmd = MEM_MALLOC.alloc(sizeof(HciCmd)); in HciAllocCmd() local 221 static void HciFreeCmd(void *cmd) in HciFreeCmd() 240 int HciSendCmd(HciCmd *cmd) in HciSendCmd() 267 HciCmd *cmd = NULL; in HciCmdOnCommandStatus() local 271 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandStatus() local 314 HciCmd *cmd = NULL; in HciCmdOnCommandComplete() local 318 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandComplete() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/main_thread/ |
| D | rs_render_service.cpp | 283 nodeMap.TraversalNodes([&dumpString](const std::shared_ptr<RSBaseRenderNode>& node) { in DumpNodesNotOnTheTree() 307 nodeMap.TraversalNodes([&dumpString](const std::shared_ptr<RSBaseRenderNode>& node) { in DumpAllNodesMemSize() 521 auto node = nodeMap.GetRenderNode<RSSurfaceRenderNode>(id); in DumpSurfaceNode() local 745 for (const std::u16string &cmd : argSets) { in DoDump() local 780 …RSDumpFunc rsEventParamFunc = [this](const std::u16string &cmd, std::unordered_set<std::u16string>… in RegisterRSGfxFuncs() 786 …RSDumpFunc rsLogFlagFunc = [this](const std::u16string &cmd, std::unordered_set<std::u16string> &a… in RegisterRSGfxFuncs() 801 RSDumpFunc flushJankStatsRsFunc = [this](const std::u16string &cmd, in RegisterRSGfxFuncs() 819 …RSDumpFunc rsNotOnTreeFunc = [this](const std::u16string &cmd, std::unordered_set<std::u16string> … in RegisterRSTreeFuncs() 825 …RSDumpFunc rsTreeFunc = [this](const std::u16string &cmd, std::unordered_set<std::u16string> &argS… in RegisterRSTreeFuncs() 831 …RSDumpFunc surfaceNodeFunc = [this](const std::u16string &cmd, std::unordered_set<std::u16string> … in RegisterRSTreeFuncs() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
| D | hci_vendor_if.c | 53 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HciVendorClosed() local 130 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HCIVIF_DeregisterVendorEventCallback() local 149 HciCmd *cmd = HciAllocCmd(opCode, param, paramLength); in HCIVIF_SendCmd() local 161 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HciEventOnVendorCommandComplete() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
| D | rs_misc_drawable.cpp | 31 RSDrawable::Ptr RSChildrenDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate() 39 bool RSChildrenDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() 88 bool RSChildrenDrawable::OnSharedTransition(const RSRenderNode::SharedPtr& node) in OnSharedTransition() 154 RSDrawable::Ptr RSCustomModifierDrawable::OnGenerate(const RSRenderNode& node, RSModifierType type) in OnGenerate() 165 bool RSCustomModifierDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() 185 for (auto& cmd : itr->second) { in OnUpdate() local 294 RSDrawable::Ptr RSBeginBlenderDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate() 302 bool RSBeginBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() 360 RSDrawable::Ptr RSEndBlenderDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate() 368 bool RSEndBlenderDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate() [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_canvas_drawing_render_node.cpp | 288 auto node = ctx->GetNodeMap().GetRenderNode<RSCanvasDrawingRenderNode>(nodeId); in PlaybackInCorrespondThread() local 492 … if (auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get()) { in GetSizeFromDrawCmdModifiers() local 575 auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get(); in AddDirtyType() local 635 auto cmd = std::make_shared<Drawing::DrawCmdList>(); in CheckCanvasDrawingPostPlaybacked() local
|
| /foundation/communication/ipc/ipc/native/c/rpc/src/ |
| D | dbinder_invoker.c | 63 static uint64_t GetUniqueSeqNumber(int cmd) in GetUniqueSeqNumber() 181 static HandleSessionList *WriteTransaction(int32_t cmd, MessageOption option, int32_t handle, in WriteTransaction() 598 DeathCallback *node = NULL; in OnDatabusSessionClosed() local
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
| D | file_operations_base.cpp | 56 auto node = FileOperationsHelper::FindCloudDiskInode(data, static_cast<int64_t>(ino)); in Forget() local 177 void FileOperationsBase::Ioctl(fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, struct fuse_file… in Ioctl()
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
| D | fuse_manager.cpp | 543 static void PutNode(struct FuseData *data, shared_ptr<CloudInode> node, uint64_t num) in PutNode() 574 shared_ptr<CloudInode> node = GetCloudInode(data, ino); in CloudForget() local 591 shared_ptr<CloudInode> node = GetCloudInode(data, ino); in CloudGetAttr() local 990 shared_ptr<CloudInode> node = GetCloudInode(data, forgets[i].ino); in CloudForgetMulti() local 1090 static void CloudIoctl(fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, struct fuse_file_info *f… in CloudIoctl()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/render_thread/ |
| D | rs_uni_render_thread.cpp | 787 nodeMap.TraverseSurfaceNodes([&nodeTags](const std::shared_ptr<RSSurfaceRenderNode> node) { in DumpMem() 1127 std::string &dumpString) -> void { in RSUniRenderGfxDumpInit()
|
| /foundation/multimedia/av_session/services/session/server/ |
| D | avsession_service.cpp | 326 AVControlCommand cmd; in HandleRemoveMediaCardEvent() local 1055 for (auto cmd : session->GetSupportCommand()) { in LowQualityCheck() local 1824 const nlohmann::json& AVSessionService::GetSubNode(const nlohmann::json& node, const std::string& n… in GetSubNode() 2047 AVControlCommand cmd; in HandleEventHandlerCallBack() local 2133 int cmd = ConvertKeyCodeToCommand(keyEvent.GetKeyCode()); in SendSystemAVKeyEvent() local 2151 int cmd = ConvertKeyCodeToCommand(keyEvent.GetKeyCode()); in SendSystemAVKeyEvent() local
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_json.c | 917 AuthPreLinkNode node; in PackDeviceKeyId() local 1035 const NodeInfo *node = LnnGetLocalNodeInfo(); in SetCompressFlag() local 1146 char cmd[CMD_TAG_LEN] = { 0 }; in IsCmdMatchByDeviceId() local
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| D | softbus_conn_br_manager.c | 63 ListNode node; member 1084 int32_t cmd; member
|
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| D | softbus_conn_ble_manager.c | 77 ListNode node; member 1538 int32_t cmd; member
|