Home
last modified time | relevance | path

Searched refs:operatorType (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_hisysevent.cpp29 void NetworkShareHisysEvent::SendFaultEvent(const NetworkShareEventOperator &operatorType, in SendFaultEvent() argument
34 eventInfo.operatorType = static_cast<int32_t>(operatorType); in SendFaultEvent()
46 const NetworkShareEventOperator &operatorType, in SendFaultEvent()
52 eventInfo.operatorType = static_cast<int32_t>(operatorType); in SendFaultEvent()
45 SendFaultEvent(const SharingIfaceType &sharingType, const NetworkShareEventOperator &operatorType, const NetworkShareEventErrorType &errorCode, const std::string &errorMsg, const NetworkShareEventType &eventType) SendFaultEvent() argument
H A Dnetworkshare_service.cpp51 eventInfo.operatorType = static_cast<int32_t>(NetworkShareEventOperator::OPERATION_START_SA); in OnStart()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_hisysevent.cpp22 void VpnHisysEvent::SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorType, in SendFaultEvent() argument
27 eventInfo.operatorType = static_cast<int32_t>(operatorType); in SendFaultEvent()
38 eventInfo.operatorType = static_cast<int32_t>(VpnEventOperator::OPERATION_CONNECT_SETTING); in SendFaultEventConnSetting()
49 eventInfo.operatorType = static_cast<int32_t>(VpnEventOperator::OPERATION_CONNECT_DESTROY); in SendFaultEventConnDestroy()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_hisysevent_test.cpp48 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_START_SA; in HWTEST_F() local
52 NetworkShareHisysEvent::GetInstance().SendFaultEvent(operatorType, errorCode, errorMsg, eventType); in HWTEST_F()
64 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_ENABLE_IFACE; in HWTEST_F() local
68 NetworkShareHisysEvent::GetInstance().SendFaultEvent(sharingType, operatorType, errorCode, errorMsg, eventType); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_hisysevent_test.cpp48 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_START_SA; in HWTEST_F() local
52 NetworkShareHisysEvent::GetInstance().SendFaultEvent(operatorType, errorCode, errorMsg, eventType); in HWTEST_F()
64 NetworkShareEventOperator operatorType = NetworkShareEventOperator::OPERATION_ENABLE_IFACE; in HWTEST_F() local
68 NetworkShareHisysEvent::GetInstance().SendFaultEvent(sharingType, operatorType, errorCode, errorMsg, eventType); in HWTEST_F()
/foundation/communication/netmanager_ext/utils/event_report/src/
H A Dnet_event_report.cpp41 EVENT_KEY_SHARING_TYPE, eventInfo.sharingType, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendSetupFaultEvent()
49 EVENT_KEY_SHARING_TYPE, eventInfo.sharingType, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendCancleFaultEvent()
64 EVENT_KEY_VPN_LEGACY, eventInfo.legacy, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendVpnConnectEvent()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_hisysevent.h31 void SendFaultEvent(const NetworkShareEventOperator &operatorType, const NetworkShareEventErrorType &errorCode,
33 void SendFaultEvent(const SharingIfaceType &sharingType, const NetworkShareEventOperator &operatorType,
/foundation/communication/netmanager_ext/utils/event_report/include/
H A Dnet_event_report.h30 int32_t operatorType = 0; member
69 int32_t operatorType = 0; member
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.h35 FeOperatorType operatorType = FeOperatorType::FE_OVER; member
107 attribute.operatorType = FE_OPERATOR_TABLE[inIndex].value; in SetOperatorType()
144 return attribute.operatorType; in GetOperatorType()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_hisysevent.h30 static void SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorType,
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp93 auto mode = feCompositeAttr_.operatorType; in OnAsImageFilter()
146 attr.operatorType = type; in ParseAndSetSpecializedAttr()
H A Dsvg_attributes_parser.h265 SvgFeOperatorType operatorType = SvgFeOperatorType::FE_OVER; member
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager.h67 OperatorType operatorType = OperatorType::UNDEFINE; member
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1862 napi_get_named_property(env, jsSceneSessionObj, "operatorType", &jsOperatorType); in SetIsClearSession()
1864 int32_t operatorType = -1; in SetIsClearSession() local
1865 if (ConvertFromJsValue(env, jsOperatorType, operatorType)) { in SetIsClearSession()
1866 WLOGFI("[NAPI]operatorType: %{public}d", operatorType); in SetIsClearSession()
1867 if (operatorType == SessionOperationType::TYPE_CLEAR) { in SetIsClearSession()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp792 registration.operatorType = OperatorType::JS_THIRD_PROVIDER; in OnAccessibilityChildTreeRegister()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp4923 switch (registration.operatorType) { in RegisterInteractionOperationAsChildTree()
4929 "RegisterInteractionOperationAsChildTree operatorType: %{public}d", in RegisterInteractionOperationAsChildTree()
4930 static_cast<int32_t>(registration.operatorType)); in RegisterInteractionOperationAsChildTree()

Completed in 26 milliseconds