Home
last modified time | relevance | path

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

12345

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp604 int32_t targetId = imageSpanItem->imageNodeId; in AddImageToParagraph() local
645 int32_t targetId = placeholderSpanItem->placeholderSpanNodeId; in AddPlaceHolderToParagraph() local
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp605 int32_t DeviceManagerServiceImpl::BindTarget(const std::string &pkgName, const PeerTargetId &targetId, in BindTarget() argument
H A Ddevice_manager_service_impl_lite.cpp367 int32_t DeviceManagerServiceImpl::CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, in CreatePinHolder() argument
377 int32_t DeviceManagerServiceImpl::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, in DestroyPinHolder() argument
387 int32_t DeviceManagerServiceImpl::BindTarget(const std::string &pkgName, const PeerTargetId &targetId, in BindTarget() argument
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1263 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) RetryToGetAccount() argument
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp336 PeerTargetId targetId = { in BindTarget() local
349 PeerTargetId targetId = { in BindTarget() local
415 PeerTargetId targetId; in QueryP2PIp() local
973 OnBindResult(const PeerTargetId &targetId, int32_t result, int32_t status, std::string content) OnBindResult() argument
1023 HandleBindAction(const PeerTargetId &targetId, int action, const json &authInfo) HandleBindAction() argument
1046 HandleConnectDeviceAction(const PeerTargetId &targetId, const json &authInfo) HandleConnectDeviceAction() argument
1104 HandleQueryIpAction(const PeerTargetId &targetId, const json &authInfo) HandleQueryIpAction() argument
1125 OnUnbindResult(const PeerTargetId &targetId, int32_t result, std::string content) OnUnbindResult() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp106 std::pair<RefPtr<FrameNode>, RefPtr<FrameNode>> CreateMenu(int32_t targetId, const std::string& targetTag = "", in CreateMenu() argument
955 RefPtr<FrameNode> MenuView::Create(std::vector<OptionParam>&& params, int32_t targetId, const std::string& targetTag, in Create() argument
1106 RefPtr<FrameNode> MenuView::Create(const RefPtr<UINode>& customNode, int32_t targetId, const std::string& targetTag, in Create() argument
1180 Create( const std::vector<SelectParam>& params, int32_t targetId, const std::string& targetTag) Create() argument
[all...]
H A Dmenu_pattern.h60 MenuPattern(int32_t targetId, std::string tag, MenuType type) in MenuPattern() argument
633 InnerMenuPattern(int32_t targetId, std::string tag, MenuType type) : MenuPattern(targetId, std::move(tag), type) {} in InnerMenuPattern() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h52 SheetPresentationPattern( int32_t targetId, const std::string& targetTag, std::function<void(const std::string&)>&& callback) SheetPresentationPattern() argument
H A Doverlay_manager.cpp1181 auto targetId = menuWrapperPattern->GetTargetId(); in OnPopMenuAnimationFinished() local
1618 void OverlayManager::ShowPopup(int32_t targetId, const PopupInfo& popupInfo, in ShowPopup() argument
1646 bool OverlayManager::UpdatePopupMap(int32_t targetId, const PopupInfo& popupInfo) in UpdatePopupMap() argument
1657 MountPopup(int32_t targetId, const PopupInfo& popupInfo, const std::function<void(int32_t)>&& onWillDismiss, bool interactiveDismiss) MountPopup() argument
1740 HidePopup(int32_t targetId, const PopupInfo& popupInfo) HidePopup() argument
1830 HidePopupWithoutAnimation(int32_t targetId, const PopupInfo& popupInfo) HidePopupWithoutAnimation() argument
1862 ShowIndexerPopup(int32_t targetId, RefPtr<FrameNode>& customNode) ShowIndexerPopup() argument
1876 RemoveIndexerPopupById(int32_t targetId) RemoveIndexerPopupById() argument
1966 ErasePopup(int32_t targetId) ErasePopup() argument
2004 ShowMenuHelper(RefPtr<FrameNode>& menu, int32_t targetId, const NG::OffsetF& offset) ShowMenuHelper() argument
2033 ShowMenu(int32_t targetId, const NG::OffsetF& offset, RefPtr<FrameNode> menu) ShowMenu() argument
2065 ShowMenuInSubWindow(int32_t targetId, const NG::OffsetF& offset, RefPtr<FrameNode> menu) ShowMenuInSubWindow() argument
2119 HideMenuInSubWindow(const RefPtr<FrameNode>& menu, int32_t targetId) HideMenuInSubWindow() argument
2146 GetMenuNode(int32_t targetId) GetMenuNode() argument
2155 HideMenu(const RefPtr<FrameNode>& menu, int32_t targetId, bool isMenuOnTouch) HideMenu() argument
2204 DeleteMenu(int32_t targetId) DeleteMenu() argument
2296 CleanMenuInSubWindow(int32_t targetId) CleanMenuInSubWindow() argument
3034 auto targetId = popup.first; RemoveBubble() local
3078 int32_t targetId = -1; GetPopupIdByNode() local
3635 auto targetId = popup.first; RemovePopupInSubwindow() local
3797 int32_t targetId = targetNode ? targetNode->GetId() : sessionId; OnBindContentCover() local
3827 std::move(onDisappear), std::move(onWillDisappear), rootNode, contentCoverParam, targetId, modalTransition); OnBindContentCover() local
3833 HandleModalPop(std::move(onWillDisappear), rootNode, targetId); OnBindContentCover() local
3837 HandleModalShow(std::function<void(const std::string&)>&& callback, std::function<RefPtr<UINode>()>&& buildNodeFunc, NG::ModalStyle& modalStyle, std::function<void()>&& onAppear, std::function<void()>&& onDisappear, std::function<void()>&& onWillDisappear, const RefPtr<UINode> rootNode, const NG::ContentCoverParam& contentCoverParam, int32_t targetId, std::optional<ModalTransition> modalTransition) HandleModalShow() argument
3912 HandleModalPop( std::function<void()>&& onWillDisappear, const RefPtr<UINode> rootNode, int32_t targetId) HandleModalPop() argument
4345 GetModal(int32_t targetId) GetModal() argument
4365 RemoveModal(int32_t targetId) RemoveModal() argument
4525 int32_t targetId = targetNode->GetId(); OnBindSheet() local
4577 UpdateBindSheetByUIContext( const RefPtr<NG::FrameNode>& sheetContentNode, NG::SheetStyle& sheetStyle, int32_t targetId, bool isPartialUpdate) UpdateBindSheetByUIContext() argument
4644 UpdateSheetPage(const RefPtr<FrameNode>& sheetNode, NG::SheetStyle& sheetStyle, int32_t targetId, bool isStartByUIContext, bool isPartialUpdate, std::function<void()>&& onAppear, std::function<void()>&& onDisappear, std::function<void()>&& shouldDismiss, std::function<void(const int32_t)>&& onWillDismiss, std::function<void()>&& onWillDisappear, std::function<void(const float)>&& onHeightDidChange, std::function<void(const float)>&& onDetentsDidChange, std::function<void(const float)>&& onWidthDidChange, std::function<void(const float)>&& onTypeDidChange, std::function<void()>&& sheetSpringBack) UpdateSheetPage() argument
4705 CloseBindSheetByUIContext(const RefPtr<NG::FrameNode>& sheetContentNode, int32_t targetId) CloseBindSheetByUIContext() argument
4805 int32_t targetId = targetNode->GetId(); SaveSheePageNode() local
4825 CheckTargetIdIsValid(int32_t targetId) CheckTargetIdIsValid() argument
4865 CreateSheetKey(const RefPtr<NG::FrameNode>& sheetContentNode, int32_t targetId, SheetKey& sheetKey) CreateSheetKey() argument
5053 CheckTopModalNode(const RefPtr<FrameNode>& topModalNode, int32_t targetId) CheckTopModalNode() argument
5231 DeleteModal(int32_t targetId, bool needOnWillDisappear) DeleteModal() argument
5272 DeleteModalNode( int32_t targetId, RefPtr<FrameNode>& modalNode, bool isModal, bool needOnWillDisappear) DeleteModalNode() argument
5419 BindKeyboard(const std::function<void()>& keyboardBuilder, int32_t targetId) BindKeyboard() argument
5444 BindKeyboardWithNode(const RefPtr<UINode>& keyboard, int32_t targetId) BindKeyboardWithNode() argument
5463 CloseKeyboard(int32_t targetId) CloseKeyboard() argument
5482 AvoidCustomKeyboard(int32_t targetId, float safeHeight) AvoidCustomKeyboard() argument
6100 auto targetId = targetNode->GetId(); ShowAIEntityMenu() local
6138 CloseAIEntityMenu(int32_t targetId) CloseAIEntityMenu() argument
6147 SubwindowManager::GetInstance()->ClearMenuNG(Container::CurrentId(), targetId); CloseAIEntityMenu() local
6745 auto targetId = entry.first; DumpPopupMapInfo() local
6763 auto targetId = entry.first; DumpMapInfo() local
6786 auto targetId = entry.first; DumpMapInfo() local
6809 auto targetId = entry.first.targetId; DumpSheetMapInfo() local
6825 auto targetId = entry.first; DumpMaskNodeIdMapInfo() local
6855 DumpEntry( const RefPtr<FrameNode>& targetNode, int32_t targetId, const RefPtr<FrameNode>& node) const DumpEntry() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h169 void SetTargetId(const ComposeId& targetId) in SetTargetId() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp446 void SubwindowOhos::ShowPopupNG(int32_t targetId, const NG::PopupInfo& popupInfo, in ShowPopupNG() argument
466 void SubwindowOhos::HidePopupNG(int32_t targetId) in HidePopupNG() argument
487 void SubwindowOhos::GetPopupInfoNG(int32_t targetId, NG::PopupInfo& popupInfo) in GetPopupInfoNG() argument
800 HideMenuNG(const RefPtr<NG::FrameNode>& menu, int32_t targetId) HideMenuNG() argument
870 ClearMenuNG(int32_t targetId, bool inWindow, bool showAnimation) ClearMenuNG() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp198 auto targetId = targetNode->GetId(); in CreateBubbleNode() local
312 auto targetId = targetNode->GetId(); in HWTEST_F() local
359 auto targetId = targetNode->GetId(); in HWTEST_F() local
402 auto targetId = targetNode->GetId(); in HWTEST_F() local
452 auto targetId = targetNode->GetId(); in HWTEST_F() local
530 auto targetId = targetNode->GetId(); HWTEST_F() local
709 auto targetId = targetNode->GetId(); HWTEST_F() local
855 auto targetId = targetNode->GetId(); HWTEST_F() local
1397 auto targetId = targetNode->GetId(); HWTEST_F() local
1525 auto targetId = targetNode->GetId(); HWTEST_F() local
1626 auto targetId = targetNode->GetId(); HWTEST_F() local
1681 auto targetId = targetNode->GetId(); HWTEST_F() local
1787 auto targetId = targetNode->GetId(); HWTEST_F() local
1868 auto targetId = targetNode->GetId(); HWTEST_F() local
2005 auto targetId = targetNode->GetId(); HWTEST_F() local
2038 auto targetId = targetNode->GetId(); HWTEST_F() local
2515 auto targetId = targetNode->GetId(); HWTEST_F() local
2707 auto targetId = targetNode->GetId(); HWTEST_F() local
2763 auto targetId = targetNode->GetId(); HWTEST_F() local
2819 auto targetId = targetNode->GetId(); HWTEST_F() local
2846 auto targetId = targetNode->GetId(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp86 auto targetId = OH_ArkUI_NodeEvent_GetTargetId(nullptr); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp872 bool CloudSyncer::MergeTaskTablesIfConsistent(TaskId sourceId, TaskId targetId) in MergeTaskTablesIfConsistent() argument
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1679 int32_t DmAuthManager::BindTarget(const std::string &pkgName, const PeerTargetId &targetId, in BindTarget() argument
1715 int32_t DmAuthManager::ParseConnectAddr(const PeerTargetId &targetId, std::string &deviceId, std::string &addrType) in ParseConnectAddr() argument
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1885 int32_t DeviceManagerImpl::BindTarget(const std::string &pkgName, const PeerTargetId &targetId, in BindTarget() argument
1918 int32_t DeviceManagerImpl::UnbindTarget(const std::string &pkgName, const PeerTargetId &targetId, in UnbindTarget() argument
1976 CheckAccessToTarget(uint64_t tokenId, const std::string &targetId) CheckAccessToTarget() argument
2077 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument
2107 DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) DestroyPinHolder() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp904 int32_t SoftbusListener::GetTargetInfoFromCache(const std::string &deviceId, PeerTargetId &targetId, in GetTargetInfoFromCache() argument
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp948 void DmNapiBindTargetCallback::OnBindResult(const PeerTargetId &targetId, int32_t result, int32_t status, in OnBindResult() argument
2052 PeerTargetId targetId; in BindTargetWarpper() local
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp528 PeerTargetId targetId; in AuthenticateDevice() local
630 PeerTargetId targetId; in BindDevice() local
1343 int32_t DeviceManagerService::BindTarget(const std::string &pkgName, const PeerTargetId &targetId, in BindTarget() argument
1383 UnbindTarget(const std::string &pkgName, const PeerTargetId &targetId, const std::map<std::string, std::string> &unbindParam) UnbindTarget() argument
1430 CreatePinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) CreatePinHolder() argument
1455 DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, const std::string &payload) DestroyPinHolder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp103 TypeOrObjectID targetId = insn.word(1); in robustBufferAccess() local
137 Type::ID targetId = insn.word(1); in robustBufferAccess() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2538 void DragEventActuator::RecordMenuWrapperNodeForDrag(int32_t targetId) in RecordMenuWrapperNodeForDrag() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1720 auto targetId = targetNode->GetId(); in BindPopup() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp822 auto targetId = targetNode->GetId(); in IsPopupCreated() local

Completed in 85 milliseconds

12345