/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_rotation_property.cpp | 23 static DeviceRotation lastSensorRotationConverted_ = DeviceRotation::INVALID; in HandleSensorEventInput() 27 if (deviceRotation != DeviceRotation::INVALID && lastSensorRotationConverted_ != deviceRotation) { in HandleSensorEventInput() 54 case DeviceRotation::INVALID: in ConvertDeviceToFloat() 65 static DeviceHoverStatus lastHoverStatusConverted_ = DeviceHoverStatus::INVALID; in HandleHoverStatusEventInput() 69 if (hoverStatus != DeviceHoverStatus::INVALID) { in HandleHoverStatusEventInput()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 35 RSDrawableSlot::INVALID, // INVALID 38 RSDrawableSlot::INVALID, // POSITION_Z 39 RSDrawableSlot::INVALID, // PIVOT 40 RSDrawableSlot::INVALID, // PIVOT_Z 41 RSDrawableSlot::INVALID, // QUATERNION 42 RSDrawableSlot::INVALID, // ROTATION 43 RSDrawableSlot::INVALID, // ROTATION_X 44 RSDrawableSlot::INVALID, // ROTATION_Y 45 RSDrawableSlot::INVALID, // CAMERA_DISTANC [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_cmd_executor.cpp | 32 resultMap_[OMX_CommandFlush] = std::pair<Result, Result>{Result::INVALID, Result::INVALID}; in CodecCmdExecutor() 33 resultMap_[OMX_CommandPortEnable] = std::pair<Result, Result>{Result::INVALID, Result::INVALID}; in CodecCmdExecutor() 34 resultMap_[OMX_CommandPortDisable] = std::pair<Result, Result>{Result::INVALID, Result::INVALID}; in CodecCmdExecutor() 128 if (tempPair.first != Result::INVALID) { in WaitCmdResult() 129 resultMap_[cmd] = std::pair<Result, Result>{Result::INVALID, tempPair.second}; in WaitCmdResult() 133 if (tempPair.second != Result::INVALID) { in WaitCmdResult() 134 resultMap_[cmd] = std::pair<Result, Result>{tempPair.second, Result::INVALID}; in WaitCmdResult() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | array_mgr.h | 22 INVALID = -1, enumerator 32 ObjectType type = ObjectType::INVALID;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 62 { RSModifierType::INVALID, RSPropertyDrawableSlot::INVALID }, 78 { RSModifierType::SUBLAYER_TRANSFORM, RSPropertyDrawableSlot::INVALID }, 79 { RSModifierType::CORNER_RADIUS, RSPropertyDrawableSlot::INVALID }, 95 { RSModifierType::SURFACE_BG_COLOR, RSPropertyDrawableSlot::INVALID }, 117 { RSModifierType::VISIBLE, RSPropertyDrawableSlot::INVALID }, 127 { RSModifierType::SPHERIZE, RSPropertyDrawableSlot::INVALID }, 147 { RSModifierType::SHADOW_IS_FILLED, RSPropertyDrawableSlot::INVALID }, 161 { RSModifierType::USE_SHADOW_BATCHING, RSPropertyDrawableSlot::INVALID }, 181 { RSModifierType::ATTRACTION_FRACTION, RSPropertyDrawableSlot::INVALID }, [all...] |
/foundation/multimodalinput/input/util/network/test/ |
H A D | net_packet_test.cpp | 39 MmiMessageId idMsg = MmiMessageId::INVALID; in HWTEST_F() 84 MmiMessageId idMsg = MmiMessageId::INVALID; in HWTEST_F() 180 NetPacket pkt(MmiMessageId::INVALID); in HWTEST_F() 200 NetPacket pkt(MmiMessageId::INVALID); in HWTEST_F() 222 NetPacket pkt(MmiMessageId::INVALID); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_rotation_property_test.cpp | 67 ScreenRotationProperty::HandleSensorEventInput(DeviceRotation::INVALID); in HWTEST_F() 81 ScreenRotationProperty::HandleHoverStatusEventInput(DeviceHoverStatus::INVALID); in HWTEST_F() 98 ret = ScreenRotationProperty::ConvertDeviceToFloat(DeviceRotation::INVALID); in HWTEST_F()
|
/foundation/multimodalinput/input/util/common/test/ |
H A D | util_ex_test.cpp | 41 MmiMessageId messageId1 = MmiMessageId::INVALID; in HWTEST_F() 56 EXPECT_EQ(messageId2, MmiMessageId::INVALID); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_rotation_property.h | 32 INVALID = -1, member in OHOS::Rosen::DeviceRotation 40 INVALID = -1, member in OHOS::Rosen::DeviceHoverStatus
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_metadata_utils.cpp | 47 return JSMetadataObjectType::INVALID; in MapMetadataObjSupportedTypesEnum() 73 return MetadataObjectType::INVALID; in MapMetadataObjSupportedTypesEnumFromJS()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 68 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in Init() 74 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in Init() 80 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in Init() 87 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in Init() 96 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in Init() 105 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in ExecuteIntentCheckError() 122 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in HandleExecuteIntent() 310 state_ = JsInsightIntentExecutor::State::INVALID; in ReplyFailedInner() 329 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, false); in HandleResultReturnedFromJsFunc() 363 STATE_PATTERN_NAIVE_STATE_SET_AND_RETURN(State::INVALID, fals in HandleResultReturnedFromJsFunc() [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 86 INVALID = 0xff member in GLTF2::AttributeType 100 INVALID = 0xff member in GLTF2::AttributeType::RenderMode 104 INVALID, member in GLTF2::AttributeType::RenderMode::ComponentType 114 enum class DataType : int { INVALID, SCALAR, VEC2, VEC3, VEC4, MAT2, MAT3, MAT4 }; member in GLTF2::AttributeType::RenderMode::DataType 137 enum class MimeType : int { INVALID, JPEG, PNG, KTX, DDS, KTX2 }; member in GLTF2::AttributeType::RenderMode::MimeType 139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; member in GLTF2::AttributeType::RenderMode::CameraType 141 enum class LightType : int { INVALID, DIRECTIONAL, POINT, SPOT, AMBIENT }; member in GLTF2::AttributeType::RenderMode::LightType 154 enum class AnimationInterpolation : int { INVALID, STEP, LINEAR, SPLINE }; member in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode::AnimationInterpolation 157 INVALID, member in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode::AnimationPath 281 DataType type = DataType::INVALID; [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | spirv_cross_helper_structs_gles.h | 56 enum class Types { INVALID = 0, BOOL, UINT32, INT32, FLOAT }; member in Gles::SpecConstantInfo::Types 57 Types constantType = Types::INVALID;
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_types.h | 38 INVALID = -2, ///< An error occurs in any state and the plugin enters the invalid state. member 63 INVALID = -1, member in OHOS::Media::Plugin::Seekable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_paint_method.cpp | 66 if (props->GetStrokeWidth()->Unit() != DimensionUnit::INVALID) { in PreparePaintData() 71 if (props->GetStartMargin()->Unit() != DimensionUnit::INVALID) { in PreparePaintData() 76 if (props->GetEndMargin()->Unit() != DimensionUnit::INVALID) { in PreparePaintData()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_content_test.cpp | 58 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::INVALID, canvas); in HWTEST_F() 101 renderContent->DrawPropertyDrawableRange(RSPropertyDrawableSlot::INVALID, RSPropertyDrawableSlot::INVALID, canvas); in HWTEST_F()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | event_manager.h | 44 MessageId msgId { MessageId::INVALID }; 54 MessageId msgId { MessageId::INVALID }; 63 MessageId msgId { MessageId::INVALID };
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 40 DeviceRotation ScreenRotationController::lastSensorRotationConverted_ = DeviceRotation::INVALID; 87 if (deviceRotation == DeviceRotation::INVALID) { in HandleSensorEventInput() 197 if (sensorRotation == SensorRotation::INVALID) { in CalcDeviceRotation() 198 return DeviceRotation::INVALID; in CalcDeviceRotation() 273 if (rotation != DeviceRotation::INVALID) { in ProcessSwitchToAutoRotation() 338 if (deviceRotation == DeviceRotation::INVALID) { in ConvertDeviceToDisplayRotation() 385 {SensorRotation::INVALID, DeviceRotation::INVALID}, in ProcessRotationMapping()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_callback_stub.cpp | 190 if (tmpState >= 0 && tmpState <= int(SupplicantState::INVALID)) { in RemoteOnWifiConnectionChanged() 193 info.supplicantState = SupplicantState::INVALID; in RemoteOnWifiConnectionChanged() 197 if (tmpDetailState >= 0 && tmpDetailState <= int(DetailedState::INVALID)) { in RemoteOnWifiConnectionChanged() 200 info.detailedState = DetailedState::INVALID; in RemoteOnWifiConnectionChanged()
|
H A D | wifi_device_callback_stub_lite.cpp | 206 if (tmpState >= 0 && tmpState <= int(SupplicantState::INVALID)) { in RemoteOnWifiConnectionChanged() 209 info.supplicantState = SupplicantState::INVALID; in RemoteOnWifiConnectionChanged() 214 if (tmpDetailState >= 0 && tmpDetailState <= int(DetailedState::INVALID)) { in RemoteOnWifiConnectionChanged() 217 info.detailedState = DetailedState::INVALID; in RemoteOnWifiConnectionChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 522 INVALID = 5 member in OHOS::Bluetooth::MapMessageType 526 enum class MapMessageStatus : int { READ, UNREAD, INVALID }; // default UNREAD 529 enum class MapBoolType : int { YES_TYPE, NO_TYPE, INVALID }; // default NO_TYPE 532 enum class MapMsgReceptionStatus : int { COMPLETE, FRACTIONED, NOTIFICATION, INVALID }; 535 enum class MapMsgDeliveryStatus : int { DELIVERED, SENT, UNKNOWN, INVALID }; 538 enum class MapMsgDirection : int { INCOMING, OUTGOING, OUTGOINGDRAFT, OUTGOINGPENDING, INVALID }; 541 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; 544 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType 547 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType 550 enum class MapCharsetType : uint8_t { NATIVE = 0x00, UTF_8 = 0x01, INVALID member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType 553 enum class MapAttachmentType : uint8_t { NO_TYPE = 0x00, HAVE = 0x01, INVALID = 0x02 }; global() member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType::MapAttachmentType 560 INVALID = 0x03 global() member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType::MapAttachmentType::MapStatusIndicatorType 567 enum class MapModifyTextType : uint8_t { REPLACE = 0x00, PREPEND = 0x01, INVALID = 0x02 }; global() member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType::MapAttachmentType::MapStatusIndicatorType::MapStatusValueType::MapModifyTextType [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/ |
H A D | startup_task.h | 31 INVALID, member in OHOS::AbilityRuntime::StartupTask::State 87 State state_ = State::INVALID;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_animation_trace_utils.h | 49 const RSRenderPropertyType type = RSRenderPropertyType::INVALID) const; 56 const RSRenderPropertyType type = RSRenderPropertyType::INVALID) const;
|
/foundation/window/window_manager/dmserver/include/ |
H A D | screen_rotation_controller.h | 28 INVALID = -1, member in OHOS::Rosen::SensorRotation 36 INVALID = -1, member in OHOS::Rosen::DeviceRotation
|
/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/ |
H A D | dbinderservice_fuzzer.cpp | 44 #define INVALID 0 in QuerySessionObjectTest() macro 49 dBinderService.QuerySessionObject(INVALID); in QuerySessionObjectTest()
|