Home
last modified time | relevance | path

Searched refs:SEC_PARAM (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp336 SEC_PLD(%{public}d) ".", SEC_PARAM(host->GetId())); in Transform()
341 SEC_PLD(%{public}d) ".", SEC_PARAM(host->GetId())); in Transform()
518SEC_PARAM(AceType::TypeName(this), host->GetTag().c_str(), std::to_string(host->GetId()).c_str(), in IsInAttachedNode()
548 SEC_PARAM(node ? std::to_string(node->GetId()).c_str() : "invalid")); in AboutToAddCurrentFingers()
565 SEC_PARAM(node ? std::to_string(node->GetId()).c_str() : "invalid")); in AboutToMinusCurrentFingers()
H A Dexclusive_recognizer.cpp352 SEC_PARAM(node ? std::to_string(node->GetId()).c_str() : "invalid")); in DispatchEventToActiveRecognizers()
H A Dclick_recognizer.cpp233 SEC_PARAM(node ? std::to_string(node->GetId()).c_str() : "invalid")); in HandleTouchDownEvent()
H A Dpan_recognizer.cpp215 SEC_PARAM(node ? std::to_string(node->GetId()).c_str() : "invalid")); in HandleTouchDownEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h41 #define SEC_PARAM(...) "secure_field" // secure param macro
47 #define SEC_PARAM(...) __VA_ARGS__ // secure param macro
56 #define SEC_PARAM(...) __VA_ARGS__ // secure param macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp325 GetFrameName().c_str(), SEC_PARAM(GetFrameId())); in RequestFocusImmediately()
433 GetFrameName().c_str(), SEC_PARAM(GetFrameId()), reason); in LostFocus()
453 GetFrameName().c_str(), SEC_PARAM(GetFrameId())); in RemoveSelf()
1020 GetFrameName().c_str(), SEC_PARAM(GetFrameId())); in RequestFocus()
1028 GetFrameName().c_str(), SEC_PARAM(GetFrameId()), moveStep); in RequestNextFocus()
1193 SEC_PARAM(focusNode->GetFrameId())); in SwitchFocus()
1365 GetFrameName().c_str(), SEC_PARAM(GetFrameId())); in OnFocusNode()
1403 GetFrameName().c_str(), SEC_PARAM(GetFrameId()), blurReason_); in OnBlurNode()
2372 GetFrameName().c_str(), SEC_PARAM(GetFrameId()), in GetNearestNodeByProjectArea()
2374 SEC_PARAM(nextNode ? nextNode->GetFrameId() : -1), resDistance); in GetNearestNodeByProjectArea()
[all …]
H A Dresponse_ctrl.cpp43 SEC_PARAM(node->GetId()), node->GetTag().c_str()); in TrySetFirstResponse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp380 SEC_PARAM(lastHub ? lastHub->GetFrameId() : -1), in FocusSwitchingEnd()
382 SEC_PARAM(switchingFocus_ ? switchingFocus_->GetFrameId() : -1), in FocusSwitchingEnd()
411 SEC_PARAM(lastHub ? lastHub->GetFrameId() : -1), in WindowFocusMoveEnd()
413 SEC_PARAM(switchingFocus_ ? switchingFocus_->GetFrameId() : -1), in WindowFocusMoveEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp139 SEC_PARAM(item.second.c_str())); in TouchTest()
217 SEC_PARAM(item.second.c_str())); in TouchTest()
504 SEC_PLD(%{public}d) ".", selectedNodeId, SEC_PARAM(result->GetNodeId())); in CheckMouseTestResults()
547SEC_PARAM(point.GetX(), point.GetY(), rect.Left(), rect.Right(), rect.Top(), rect.Bottom())); in HandleOutOfRectCallback()
1132 result->GetNodeName().c_str(), SEC_PARAM(result->GetNodeId())); in LogPrintMouseTest()
1141 result->GetNodeName().c_str(), SEC_PARAM(result->GetNodeId())); in LogPrintMouseTest()
1150 result->GetNodeName().c_str(), SEC_PARAM(result->GetNodeId())); in LogPrintMouseTest()
1186 "button: %{public}d, action: %{public}d", SEC_PARAM(event.x), SEC_PARAM(event.y), in MouseTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp77 SEC_PARAM(previousIndex, y[previousIndex], lastIndex, y[lastIndex], previousIndex, in GetLinearSlope()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp259 SEC_PARAM(keyEvent->GetId(), keyEvent->GetKeyCode(), in InjectKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2689 SEC_PARAM(parentRevertPoint.ToString().c_str()), GetTag().c_str(), GetDepth()); in TouchTest()
2693SEC_PARAM(rect.ToString().c_str()), SEC_PARAM(parentRevertPoint.ToString().c_str())); in TouchTest()
2744 SEC_PARAM(touchRes.id.c_str()), static_cast<int32_t>(touchRes.strategy)); in TouchTest()
2751 SEC_PARAM(childNode->GetInspectorId()->c_str())); in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp2390 … pointerEvent->GetId(), SEC_PARAM(container->GetWindowName().c_str()), container->GetWindowId(), in ProcessPointerEvent()
2409 … pointerEvent->GetId(), SEC_PARAM(container->GetWindowName().c_str()), container->GetWindowId(), in ProcessPointerEventWithCallback()
2423 … touchEvent->GetId(), SEC_PARAM(touchEvent->GetKeyCode()), SEC_PARAM(touchEvent->GetKeyAction()), in ProcessKeyEvent()