| /foundation/distributedhardware/device_manager/common/src/ |
| H A D | dm_anonymous.cpp | 181 bool IsInvalidPeerTargetId(const PeerTargetId &targetId) in IsInvalidPeerTargetId() argument
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| H A D | UTTest_device_manager_service_impl.cpp | 1260 PeerTargetId targetId; in HWTEST_F() local
|
| H A D | UTTest_ipc_cmd_parser_client.cpp | 116 bool EncodePeerTargetId(const PeerTargetId &targetId, MessageParcel &parcel) in EncodePeerTargetId() argument 476 PeerTargetId targetId; in HWTEST_F() local 497 PeerTargetId targetId; in HWTEST_F() local 588 PeerTargetId targetId; HWTEST_F() local 611 PeerTargetId targetId; HWTEST_F() local [all...] |
| H A D | UTTest_device_manager_impl.cpp | 1782 PeerTargetId targetId;
in HWTEST_F() local 2426 PeerTargetId targetId; HWTEST_F() local 2463 PeerTargetId targetId; HWTEST_F() local [all...] |
| H A D | UTTest_ipc_cmd_parser_service.cpp | 139 bool EncodePeerTargetId(const PeerTargetId &targetId, MessageParcel &parcel) in EncodePeerTargetId() argument 703 PeerTargetId targetId; in HWTEST_F() local 722 PeerTargetId targetId; in HWTEST_F() local 755 PeerTargetId targetId; HWTEST_F() local 775 PeerTargetId targetId; HWTEST_F() local 1441 PeerTargetId targetId; HWTEST_F() local 1464 PeerTargetId targetId; HWTEST_F() local [all...] |
| H A D | UTTest_device_manager_service.cpp | 1976 PeerTargetId targetId; in HWTEST_F() local 1985 PeerTargetId targetId; in HWTEST_F() local 1994 PeerTargetId targetId; in HWTEST_F() local 2004 PeerTargetId targetId; in HWTEST_F() local 2013 PeerTargetId targetId; in HWTEST_F() local 2022 PeerTargetId targetId; HWTEST_F() local 2047 PeerTargetId targetId; HWTEST_F() local 2057 PeerTargetId targetId; HWTEST_F() local 2068 PeerTargetId targetId; HWTEST_F() local 2078 PeerTargetId targetId; HWTEST_F() local 2254 PeerTargetId targetId; HWTEST_F() local [all...] |
| /foundation/distributedhardware/device_manager/test/softbusunittest/ |
| H A D | UTTest_softbus_listener.cpp | 456 PeerTargetId targetId; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | sheet_view.cpp | 45 RefPtr<FrameNode> SheetView::CreateSheetPage(int32_t targetId, std::string targetTag, RefPtr<UINode> builder, in CreateSheetPage() argument
|
| H A D | sheet_style.h | 67 int32_t targetId = -1; member
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_extened.h | 77 int32_t targetId; member
|
| H A D | node_model.cpp | 117 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/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| H A D | rs_render_particle_animation_test.cpp | 183 NodeId targetId = static_cast<NodeId>(PROPERTY_ID); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_render_service_connection_proxy_test.cpp | 84 NodeId targetId; in HWTEST_F() local
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
| H A D | authenticate_device_fuzzer.cpp | 317 PeerTargetId targetId; in AuthenticateDeviceFourthFuzzTest() local
|
| /foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
| H A D | pin_holder.cpp | 135 int32_t PinHolder::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, in DestroyPinHolder() argument 533 int32_t PinHolder::CheckTargetIdVaild(const PeerTargetId &targetId) in CheckTargetIdVaild() argument 90 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument [all...] |
| /foundation/distributedhardware/device_manager/services/service/src/ |
| H A D | device_manager_service_listener.cpp | 328 void DeviceManagerServiceListener::OnBindResult(const std::string &pkgName, const PeerTargetId &targetId, in OnBindResult() argument 353 void DeviceManagerServiceListener::OnUnbindResult(const std::string &pkgName, const PeerTargetId &targetId, in OnUnbindResult() argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
| H A D | animator_event_test.cpp | 112 auto targetId = OH_ArkUI_NodeEvent_GetTargetId(event); in OnEventReceive3() local 123 auto targetId = OH_ArkUI_NodeEvent_GetTargetId(event); in OnEventReceive4() local 137 auto targetId = OH_ArkUI_NodeEvent_GetTargetId(event); in OnEventReceive5() local 148 auto targetId = OH_ArkUI_NodeEvent_GetTargetId(event); OnEventReceive6() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | view_abstract_model_ng.cpp | 77 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 D | nav_bar_pattern.cpp | 184 auto targetId = barItemNode->GetId(); in CreateMenuItems() local
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | gesture_event_hub_test_two_ng.cpp | 587 RefPtr<FrameNode> CreateFrameNodeGroup(int32_t targetId, size_t childCount) in CreateFrameNodeGroup() argument
|
| H A D | event_manager_test_ng_new.cpp | 25 RefPtr<FrameNode> CreateFrameNodeGroup(int32_t targetId, size_t childCount) in CreateFrameNodeGroup() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | view_abstract_test_ng_new.cpp | 1176 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 D | bubble_test_One_ng.cpp | 166 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 D | overlay_manager_testone_ng.cpp | 1534 auto targetId = targetNode->GetId(); in HWTEST_F() local 1710 int32_t targetId = 1; in HWTEST_F() local [all...] |
| H A D | overlay_manager_extend_test_ng.cpp | 460 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...] |