/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | render_stage.cpp | 16 #include "core/components/stage/render_stage.h" 18 #include "core/components/stage/stage_element.h" 68 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() 69 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack() 74 stage->HandleDragStart(); in WatchDragToBack() 77 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() 78 if (!stage || stage->GetDisableTouchEvent()) { in WatchDragToBack() 82 stage in WatchDragToBack() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | sharing_hisysevent.cpp | 39 void SharingHiSysEvent::ReportStart(std::string funcName, BIZSceneStage stage) in ReportStart() argument 43 SHARING_DFX_DOMAIN_NAME, EVENT_NAME, bizScene_, static_cast<int32_t>(stage), in ReportStart() 48 static_cast<int32_t>(BIZStateType::BIZ_STATE_BEGIN), "BIZ_STAGE", static_cast<int32_t>(stage), in ReportStart() 51 lastStage_ = stage; in ReportStart() 54 void SharingHiSysEvent::ReportEnd(std::string funcName, BIZSceneStage stage, BlzErrorCode errCode) in ReportEnd() argument 62 SHARING_DFX_DOMAIN_NAME, EVENT_NAME, bizScene_, static_cast<int32_t>(stage), in ReportEnd() 73 static_cast<int32_t>(BIZStateType::BIZ_STATE_END), "BIZ_STAGE", static_cast<int32_t>(stage), in ReportEnd() 76 lastStage_ = stage; in ReportEnd() 80 void SharingHiSysEvent::Report(std::string funcName, BIZSceneStage stage, StageResType resType, std::string peerMac) in Report() argument 85 EVENT_NAME, bizScene_, static_cast<int32_t>(stage), tmpPeerMa in Report() [all...] |
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | l2tp_vpn_ctl_test.cpp | 99 std::string stage; in HWTEST_F() local 101 int32_t ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 103 stage = IPSEC_START_TAG; in HWTEST_F() 104 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 109 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 113 stage = L2TP_IPSEC_CONFIGURED_TAG; in HWTEST_F() 114 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 118 stage = IPSEC_CONNECT_TAG; in HWTEST_F() 119 ret = l2tpControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 123 stage in HWTEST_F() [all...] |
H A D | ipsec_vpn_ctl_test.cpp | 102 std::string stage; in HWTEST_F() local 104 int32_t ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 107 stage = IPSEC_START_TAG; in HWTEST_F() 108 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 113 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 117 stage = SWANCTL_START_TAG; in HWTEST_F() 118 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 122 stage = IPSEC_CONNECT_TAG; in HWTEST_F() 123 ret = ipsecControl_->NotifyConnectStage(stage, errorCode); in HWTEST_F() 127 ret = ipsecControl_->NotifyConnectStage(stage, errorCod in HWTEST_F() [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | system_vpn_wrapper.cpp | 38 void SystemVpnWrapper::ExecuteUpdate(SysVpnStageCode stage) in ExecuteUpdate() argument 40 NETNATIVE_LOGI("run ExecuteUpdate stage %{public}d", stage); in ExecuteUpdate() 42 switch (stage) { in ExecuteUpdate() 71 NETNATIVE_LOGE("run ExecuteUpdate failed, unknown stage %{public}d", stage); in ExecuteUpdate() 79 int32_t SystemVpnWrapper::Update(NetsysNative::SysVpnStageCode stage) in Update() argument 91 ExecuteUpdate(stage); in Update() 93 std::function<void()> update = std::bind(&SystemVpnWrapper::ExecuteUpdate, shared_from_this(), stage); in Update()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 40 #include "core/components_ng/pattern/stage/stage_pattern.h"
92 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 94 auto atom = appBar->Create(stage);
in HWTEST_F() 120 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 122 auto atom = appBar->Create(stage);
in HWTEST_F() 142 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 160 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 175 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 194 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>());
in HWTEST_F() local 215 auto stage in HWTEST_F() local 242 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 262 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 287 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 318 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 355 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 377 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 395 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 417 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 441 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local 471 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | touch_listener_component.h | 47 void SetEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage, in SetEvent() argument 50 eventIds_[action][stage][eventType] = eventMarker; in SetEvent() 54 uint32_t action, uint32_t stage, uint32_t eventType) const in GetEvent() 56 return eventIds_[action][stage][eventType]; in GetEvent() 59 void SetSwipeEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage) in SetSwipeEvent() argument 61 swipeIds_[action][stage] = eventMarker; in SetSwipeEvent() 64 const EventMarker& GetSwipeEvent(uint32_t action, uint32_t stage) const in GetSwipeEvent() 66 return swipeIds_[action][stage]; in GetSwipeEvent() 53 GetEvent( uint32_t action, uint32_t stage, uint32_t eventType) const GetEvent() argument
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | softbus_event_virtual.c | 21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra) in ConnEventInner() argument 24 (void)stage; in ConnEventInner() 54 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra) in DiscEventInner() argument 57 (void)stage; in DiscEventInner() 92 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra) in LnnEventInner() argument 95 (void)stage; in LnnEventInner() 130 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra) in TransEventInner() argument 133 (void)stage; in TransEventInner()
|
H A D | trans_event.c | 21 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra) in TransEventInner() argument 30 .stage = stage, in TransEventInner() 43 .stage = SOFTBUS_DEFAULT_STAGE, in TransAlarmInner() 60 .stage = SOFTBUS_DEFAULT_STAGE, in TransAuditInner()
|
H A D | conn_event.c | 21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra) in ConnEventInner() argument 30 .stage = stage, in ConnEventInner() 46 .stage = SOFTBUS_DEFAULT_STAGE, in ConnAlarmInner() 63 .stage = SOFTBUS_DEFAULT_STAGE, in ConnAuditInner()
|
H A D | lnn_event.c | 21 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra) in LnnEventInner() argument 30 .stage = stage, in LnnEventInner() 43 .stage = SOFTBUS_DEFAULT_STAGE, in LnnAlarmInner()
|
H A D | disc_event.c | 21 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra) in DiscEventInner() argument 30 .stage = stage, in DiscEventInner() 43 .stage = SOFTBUS_DEFAULT_STAGE, in DiscAlarmInner()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | swipe_recognizer.h | 58 bool HandleSwipeEvent(const TouchEvent& point, uint32_t stage); 62 void SetSwipeCallback(const SwipeCallback& eventCallback, uint32_t stage) in SetSwipeCallback() argument 64 swipeCallback_[stage] = eventCallback; in SetSwipeCallback() 67 void SetCatchEventCallback(const CatchSwipeCallback& eventCallback, uint32_t stage) in SetCatchEventCallback() argument 69 swipeCatchCallback_[stage] = eventCallback; in SetCatchEventCallback()
|
H A D | raw_recognizer.h | 53 void HandleRawEvent(const TouchEvent& point, uint32_t stage); 57 void SetOnEventCallback(const OnTouchEventCallback& eventCallback, uint32_t stage, uint32_t eventType) in SetOnEventCallback() argument 59 onEventCallbacks_[stage][eventType] = eventCallback; in SetOnEventCallback() 62 void SetCatchEventCallback(const CatchTouchEventCallback& eventCallback, uint32_t stage, uint32_t eventType) in SetCatchEventCallback() argument 64 catcheventCallbacks_[stage][eventType] = eventCallback; in SetCatchEventCallback()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_radar_reporter.cpp | 20 void RadarReporter::ReportStateFinished(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state)
in ReportStateFinished() argument 37 .v = { .i32 = stage },
in ReportStateFinished() 57 void RadarReporter::ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes)
in ReportStage() argument 74 .v = { .i32 = stage },
in ReportStage() 90 void RadarReporter::ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
in ReportStateStart() argument 108 .v = { .i32 = stage },
in ReportStateStart() 132 void RadarReporter::ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes,
in ReportStateError() argument 150 .v = { .i32 = stage },
in ReportStateError() 174 void RadarReporter::ReportStageError(std::string func, int32_t scene, int32_t stage,
in ReportStageError() argument 192 .v = { .i32 = stage },
in ReportStageError() [all...] |
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/ |
H A D | object_radar_reporter.h | 73 static void ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageRes, 75 static void ReportStateFinished(std::string func, int32_t scene, int32_t stage, 77 static void ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, 79 static void ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes); 80 static void ReportStageError(std::string func, int32_t scene, int32_t stage,
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | ipsec_vpn_ctl.cpp | 108 int32_t IpsecVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() argument 110 if (stage.empty()) { in NotifyConnectStage() 111 NETMGR_EXT_LOG_E("stage is empty"); in NotifyConnectStage() 115 NETMGR_EXT_LOG_E("vpn stage: %{public}s failed, result: %{public}d", stage.c_str(), result); in NotifyConnectStage() 120 if (stage.compare(IPSEC_START_TAG) == 0) { in NotifyConnectStage() 128 if (stage.compare(SWANCTL_START_TAG) == 0) { in NotifyConnectStage() 136 if (stage.compare(IPSEC_CONNECT_TAG) == 0) { in NotifyConnectStage()
|
H A D | l2tp_vpn_ctl.cpp | 91 int32_t L2tpVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() argument 93 if (stage.empty()) { in NotifyConnectStage() 94 NETMGR_EXT_LOG_E("stage is empty"); in NotifyConnectStage() 98 NETMGR_EXT_LOG_E("l2tpVpn stage: %{public}s failed, result: %{public}d", stage.c_str(), result); in NotifyConnectStage() 103 if (stage.compare(IPSEC_START_TAG) == 0) { in NotifyConnectStage() 111 if (stage.compare(L2TP_IPSEC_CONFIGURED_TAG) == 0) { in NotifyConnectStage() 119 if (stage.compare(IPSEC_CONNECT_TAG) == 0) { in NotifyConnectStage() 120 // 3. set stage IPSEC_L2TP_CTL in NotifyConnectStage() 121 NETMGR_EXT_LOG_I("l2tp vpn setup step 3: set stage IPSEC_L2TP_CT in NotifyConnectStage() [all...] |
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | udmf_radar_reporter.cpp | 23 int32_t stage, int32_t stageRes, int32_t state) in ReportNormal() 40 .v = { .i32 = stage }, in ReportNormal() 61 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state) in ReportFail() 78 .v = { .i32 = stage }, in ReportFail() 103 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode) in ReportFail() 120 .v = { .i32 = stage }, in ReportFail() 22 ReportNormal(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t state) ReportNormal() argument 60 ReportFail( const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state) ReportFail() argument 102 ReportFail( const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode) ReportFail() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | navigator_element.cpp | 19 #include "core/components/stage/stage_element.h" 29 auto stage = AceType::DynamicCast<SectionStageElement>(parent); in PerformBuild() local 30 if (stage) { in PerformBuild() 31 SetTargetContainer(stage); in PerformBuild()
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | trans_event.h | 25 #define TRANS_EVENT(scene, stage, extra) TransEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 31 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra);
|
H A D | lnn_event.h | 25 #define LNN_EVENT(scene, stage, extra) LnnEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 31 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra);
|
H A D | disc_event.h | 25 #define DISC_EVENT(scene, stage, extra) DiscEventInner(scene, stage, __FUNCTION__, __LINE__, &(extra)) 31 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra);
|
H A D | conn_event.h | 26 #define CONN_EVENT(scene, stage, extra) ConnEventInner(scene, stage, __FUNCTION__, __LINE__, &extra) 32 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra);
|
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | request_tracer.cpp | 41 void OHOS::NetStack::RequestTracer::Trace::Tracepoint(const std::string &stage) in Tracepoint() argument 43 if (stage == stageName_) { in Tracepoint() 47 stageName_ = stage; in Tracepoint()
|