/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_hisysevent.cpp | 29 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 D | networkshare_service.cpp | 51 eventInfo.operatorType = static_cast<int32_t>(NetworkShareEventOperator::OPERATION_START_SA); in OnStart()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_hisysevent.cpp | 22 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 D | networkshare_hisysevent_test.cpp | 48 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 D | networkshare_hisysevent_test.cpp | 48 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 D | net_event_report.cpp | 41 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 D | networkshare_hisysevent.h | 31 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 D | net_event_report.h | 30 int32_t operatorType = 0; member 69 int32_t operatorType = 0; member
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_composite_declaration.h | 35 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 D | networkvpn_hisysevent.h | 30 static void SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorType,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_composite.cpp | 93 auto mode = feCompositeAttr_.operatorType; in OnAsImageFilter() 146 attr.operatorType = type; in ParseAndSetSpecializedAttr()
|
H A D | svg_attributes_parser.h | 265 SvgFeOperatorType operatorType = SvgFeOperatorType::FE_OVER; member
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager.h | 67 OperatorType operatorType = OperatorType::UNDEFINE; member
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.cpp | 1862 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 D | xcomponent_pattern.cpp | 792 registration.operatorType = OperatorType::JS_THIRD_PROVIDER; in OnAccessibilityChildTreeRegister()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 4923 switch (registration.operatorType) { in RegisterInteractionOperationAsChildTree() 4929 "RegisterInteractionOperationAsChildTree operatorType: %{public}d", in RegisterInteractionOperationAsChildTree() 4930 static_cast<int32_t>(registration.operatorType)); in RegisterInteractionOperationAsChildTree()
|