Home
last modified time | relevance | path

Searched defs:targetId (Results 76 - 100 of 123) sorted by relevance

12345

/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp77 auto targetId = targetNode->GetId(); in BindMenu() local
164 void UpdateIsShowStatusForMenu(int32_t targetId, bool isShow) in UpdateIsShowStatusForMenu() argument
183 auto targetId = targetNode->GetId(); in BindContextMenuSingle() local
237 auto targetId = targetNode->GetId(); BindContextMenu() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_pattern.cpp184 auto targetId = barItemNode->GetId(); in CreateMenuItems() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_two_ng.cpp587 RefPtr<FrameNode> CreateFrameNodeGroup(int32_t targetId, size_t childCount) in CreateFrameNodeGroup() argument
H A Devent_manager_test_ng_new.cpp25 RefPtr<FrameNode> CreateFrameNodeGroup(int32_t targetId, size_t childCount) in CreateFrameNodeGroup() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_new.cpp1176 auto targetId = targetNode->GetId(); in HWTEST_F() local
1235 auto targetId = targetNode->GetId(); in HWTEST_F() local
1288 auto targetId = targetNode->GetId(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_One_ng.cpp166 auto targetId = targetNode->GetId(); in CreateBubbleNode() local
337 auto targetId = targetNode->GetId(); in HWTEST_F() local
375 auto targetId = targetNode->GetId(); in HWTEST_F() local
413 auto targetId = targetNode->GetId(); in HWTEST_F() local
451 auto targetId = targetNode->GetId(); in HWTEST_F() local
491 auto targetId = targetNode->GetId(); HWTEST_F() local
514 auto targetId = targetNode->GetId(); HWTEST_F() local
552 auto targetId = targetNode->GetId(); HWTEST_F() local
583 auto targetId = targetNode->GetId(); HWTEST_F() local
609 auto targetId = targetNode->GetId(); HWTEST_F() local
641 auto targetId = targetNode->GetId(); HWTEST_F() local
667 auto targetId = targetNode->GetId(); HWTEST_F() local
698 auto targetId = targetNode->GetId(); HWTEST_F() local
724 auto targetId = targetNode->GetId(); HWTEST_F() local
755 auto targetId = targetNode->GetId(); HWTEST_F() local
786 auto targetId = targetNode->GetId(); HWTEST_F() local
815 auto targetId = targetNode->GetId(); HWTEST_F() local
844 auto targetId = targetNode->GetId(); HWTEST_F() local
920 auto targetId = targetNode->GetId(); HWTEST_F() local
948 auto targetId = targetNode->GetId(); HWTEST_F() local
975 auto targetId = targetNode->GetId(); HWTEST_F() local
1005 auto targetId = targetNode->GetId(); HWTEST_F() local
1029 auto targetId = targetNode->GetId(); HWTEST_F() local
1062 auto targetId = targetNode->GetId(); HWTEST_F() local
1102 auto targetId = targetNode->GetId(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testone_ng.cpp1534 auto targetId = targetNode->GetId(); in HWTEST_F() local
1710 int32_t targetId = 1; in HWTEST_F() local
[all...]
H A Doverlay_manager_extend_test_ng.cpp460 auto targetId = targetNode->GetId(); in HWTEST_F() local
506 auto targetId = targetNode->GetId(); in HWTEST_F() local
551 auto targetId = targetNode->GetId(); in HWTEST_F() local
725 auto targetId = targetNode->GetId(); in HWTEST_F() local
794 auto targetId = targetNode->GetId(); in HWTEST_F() local
[all...]
H A Doverlay_manager_test_ng.cpp220 auto targetId = targetNode->GetId(); in HWTEST_F() local
527 int32_t targetId = targetNode->GetId(); in HWTEST_F() local
617 int32_t targetId = targetNode->GetId(); in HWTEST_F() local
720 int32_t targetId = targetNode->GetId(); HWTEST_F() local
953 auto targetId = targetNode->GetId(); HWTEST_F() local
1041 auto targetId = targetNode->GetId(); HWTEST_F() local
1112 auto targetId = targetNode->GetId(); HWTEST_F() local
[all...]
H A Doverlay_test_ng.cpp229 auto targetId = targetNode->GetId(); in HWTEST_F() local
551 auto targetId = topModalPattern->GetTargetId(); in HWTEST_F() local
582 auto targetId = targetNode->GetId(); HWTEST_F() local
642 auto targetId = rootNode->GetId(); HWTEST_F() local
690 auto targetId = rootNode->GetId(); HWTEST_F() local
927 auto targetId = rootNode->GetId(); HWTEST_F() local
947 auto targetId = targetNode->GetId(); HWTEST_F() local
1031 auto targetId = targetNode->GetId(); HWTEST_F() local
1058 auto targetId = targetNode->GetId(); HWTEST_F() local
1099 auto targetId = targetNode->GetId(); HWTEST_F() local
1203 auto targetId = targetNode->GetId(); HWTEST_F() local
1283 auto targetId = targetNode->GetId(); HWTEST_F() local
1319 auto targetId = targetNode->GetId(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp117 int32_t targetId; member
313 int32_t RegisterNodeEvent(ArkUI_NodeHandle nodePtr, ArkUI_NodeEventType eventType, int32_t targetId) in RegisterNodeEvent() argument
318 int32_t RegisterNodeEvent(ArkUI_NodeHandle nodePtr, ArkUI_NodeEventType eventType, int32_t targetId, void* userData) in RegisterNodeEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp686 auto targetId = info_->pattern.Upgrade()->GetHost()->GetId(); in RemovePopupNode() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp106 bool EncodePeerTargetId(const PeerTargetId &targetId, MessageParcel &parcel) in EncodePeerTargetId() argument
117 void DecodePeerTargetId(MessageParcel &parcel, PeerTargetId &targetId) in DecodePeerTargetId() argument
1235 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
1267 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
1298 PeerTargetId targetId; ON_IPC_CMD() local
1312 PeerTargetId targetId; ON_IPC_CMD() local
1343 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
1373 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp773 void DeviceManagerNotify::RegisterBindCallback(const std::string &pkgName, const PeerTargetId &targetId, in RegisterBindCallback() argument
788 void DeviceManagerNotify::RegisterUnbindCallback(const std::string &pkgName, const PeerTargetId &targetId, in RegisterUnbindCallback() argument
803 void DeviceManagerNotify::OnBindResult(const std::string &pkgName, const PeerTargetId &targetId, in OnBindResult() argument
841 OnUnbindResult(const std::string &pkgName, const PeerTargetId &targetId, int32_t result, std::string content) OnUnbindResult() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp82 bool EncodePeerTargetId(const PeerTargetId &targetId, MessageParcel &parcel) in EncodePeerTargetId() argument
93 void DecodePeerTargetId(MessageParcel &parcel, PeerTargetId &targetId) in DecodePeerTargetId() argument
1031 PeerTargetId targetId; ON_IPC_CMD() local
1047 PeerTargetId targetId; ON_IPC_CMD() local
1067 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
1112 PeerTargetId targetId = pReq->GetPeerTargetId(); ON_IPC_SET_REQUEST() local
1159 PeerTargetId targetId; ON_IPC_CMD() local
1174 PeerTargetId targetId; ON_IPC_CMD() local
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp993 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
H A Dos_account_stub.cpp1654 int targetId = data.ReadInt32(); in ProcSetSpecificOsAccountConstraints() local
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp1348 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
H A Dos_account.cpp848 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h133 ErasePopupInfo(int32_t targetId) ErasePopupInfo() argument
551 SetDismissPopupId(int32_t targetId) SetDismissPopupId() argument
598 EraseMenuInfo(int32_t targetId) EraseMenuInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp791 bool RenderScroll::AnimateToTarget(const ComposeId& targetId, float duration, const RefPtr<Curve>& curve, in AnimateToTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp757 RefPtr<FrameNode> BubbleView::CreateButtons(const RefPtr<PopupParam>& param, int32_t popupId, int32_t targetId) in CreateButtons() argument
127 CreateBubbleNode( const std::string& targetTag, int32_t targetId, const RefPtr<PopupParam>& param) CreateBubbleNode() argument
283 CreateCustomBubbleNode( const std::string& targetTag, int32_t targetId, const RefPtr<UINode>& customNode, const RefPtr<PopupParam>& param) CreateCustomBubbleNode() argument
675 CreateCombinedChild( const RefPtr<PopupParam>& param, int32_t popupId, int32_t targetId, const RefPtr<FrameNode>& bobbleNode) CreateCombinedChild() argument
814 CreateButton( ButtonProperties& buttonParam, int32_t popupId, int32_t targetId, const RefPtr<PopupParam>& param) CreateButton() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp824 int32_t targetId = INVALID_ID; in JSOpenBindSheet() local
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp296 void SubwindowManager::HideMenuNG(const RefPtr<NG::FrameNode>& menu, int32_t targetId) in HideMenuNG() argument
350 void SubwindowManager::ClearMenuNG(int32_t instanceId, int32_t targetId, bool inWindow, bool showAnimation) in ClearMenuNG() argument
402 void SubwindowManager::HidePopupNG(int32_t targetId, int32_t instanceId) in HidePopupNG() argument

Completed in 44 milliseconds

12345