Home
last modified time | relevance | path

Searched refs:INVALID (Results 1 – 25 of 125) sorted by relevance

12345

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
Dmap_mce_parameter.h41 MapMessageType msg_type = MapMessageType::INVALID;
45 …MapBoolType priority = MapBoolType::INVALID; // Value "yes" is high priority; "no" is not of high…
53 …MapMessageStatus::INVALID; // Shall be used only if the event “type” is “NewMessage” or “ReadStat…
134 …MapMessageType type = MapMessageType::INVALID; // gives the type of the message. use the type: Ma…
136 MapMsgReceptionStatus::INVALID; // Gives the status of reception of the message. use the
141 …MapBoolType::INVALID; // Value "yes" indicates the original message or (in case of multipart-mes…
145 …MapMessageStatus::INVALID; // Value "yes" indicates that the message has already been read on the…
147 …MapBoolType sent = MapBoolType::INVALID; // Value "yes" indicates that the message has already …
150 …MapBoolType::INVALID; // Value "yes" indicates that the message or a part of the message (e.g., …
152 …MapBoolType priority = MapBoolType::INVALID; // Value "yes" indicates that the message is of hi…
[all …]
Dbt_def.h527 INVALID = 5 enumerator
531 enum class MapMessageStatus : int { READ, UNREAD, INVALID }; // default UNREAD enumerator
534 enum class MapBoolType : int { YES, NO, INVALID }; // default NO enumerator
537 enum class MapMsgReceptionStatus : int { COMPLETE, FRACTIONED, NOTIFICATION, INVALID }; enumerator
540 enum class MapMsgDeliveryStatus : int { DELIVERED, SENT, UNKNOWN, INVALID }; enumerator
543 enum class MapMsgDirection : int { INCOMING, OUTGOING, OUTGOINGDRAFT, OUTGOINGPENDING, INVALID }; enumerator
546 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; enumerator
549 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; enumerator
552 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; enumerator
555 enum class MapCharsetType : uint8_t { NATIVE = 0x00, UTF_8 = 0x01, INVALID = 0x02 }; enumerator
[all …]
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_map_mce.h55 MapMessageType msg_type = MapMessageType::INVALID;
59 …MapBoolType priority = MapBoolType::INVALID; // Value "yes" is high priority; "no" is not of high…
67 …MapMessageStatus::INVALID; // Shall be used only if the event “type” is “NewMessage” or “ReadStat…
90 …MapMessageType type = MapMessageType::INVALID; // gives the type of the message. use the type: Ma…
92 MapMsgReceptionStatus::INVALID; // Gives the status of reception of the message. use the
97 …MapBoolType::INVALID; // Value "yes" indicates the original message or (in case of multipart-mess…
101 …MapMessageStatus::INVALID; // Value "yes" indicates that the message has already been read on the…
103 …MapBoolType sent = MapBoolType::INVALID; // Value "yes" indicates that the message has already be…
106 …MapBoolType::INVALID; // Value "yes" indicates that the message or a part of the message (e.g., a…
108 …MapBoolType priority = MapBoolType::INVALID; // Value "yes" indicates that the message is of high…
[all …]
Dbluetooth_def.h472 INVALID = 5 enumerator
476 enum class MapMessageStatus : int { READ, UNREAD, INVALID }; // default UNREAD enumerator
479 enum class MapBoolType : int { YES, NO, INVALID }; // default NO enumerator
482 enum class MapMsgReceptionStatus : int { COMPLETE, FRACTIONED, NOTIFICATION, INVALID }; enumerator
485 enum class MapMsgDeliveryStatus : int { DELIVERED, SENT, UNKNOWN, INVALID }; enumerator
488 enum class MapMsgDirection : int { INCOMING, OUTGOING, OUTGOINGDRAFT, OUTGOINGPENDING, INVALID }; enumerator
491 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; enumerator
494 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; enumerator
497 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; enumerator
500 enum class MapCharsetType : uint8_t { NATIVE = 0x00, UTF_8 = 0x01, INVALID = 0x02 }; enumerator
[all …]
/foundation/multimedia/histreamer/engine/plugin/plugins/codec_adapter/
Dcodec_cmd_executor.cpp32 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()
/foundation/multimodalinput/input/service/module_loader/test/
Duds_server_test.cpp44 MmiMessageId msgId = MmiMessageId::INVALID;
54 MmiMessageId msgId = MmiMessageId::INVALID;
65 MmiMessageId msgId = MmiMessageId::INVALID;
76 MmiMessageId msgId = MmiMessageId::INVALID;
/foundation/multimodalinput/input/util/common/test/
Dutil_ex_test.cpp41 MmiMessageId messageId1 = MmiMessageId::INVALID;
56 EXPECT_EQ(messageId2, MmiMessageId::INVALID);
/foundation/multimodalinput/input/util/network/test/
Dnet_packet_test.cpp39 MmiMessageId idMsg = MmiMessageId::INVALID;
84 MmiMessageId idMsg = MmiMessageId::INVALID;
180 NetPacket pkt(MmiMessageId::INVALID);
200 NetPacket pkt(MmiMessageId::INVALID);
222 NetPacket pkt(MmiMessageId::INVALID);
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dext_backup.cpp127 …on extAction {want.GetIntParam(EXTENSION_ACTION_PARA, static_cast<int>(ExtensionAction::INVALID))}; in VerifyAndGetAction()
128 if (extAction == ExtensionAction::INVALID) { in VerifyAndGetAction()
156 …f (extAction_ != BConstants::ExtensionAction::INVALID && extAction == BConstants::ExtensionAction:… in OnConnect()
199 extAction_ = BConstants::ExtensionAction::INVALID; in OnDisconnect()
/foundation/multimedia/av_codec/services/engine/source/hst_releated/
Dplugin_types.h38 INVALID = -2, ///< An error occurs in any state and the plugin enters the invalid state. enumerator
63 INVALID = -1, enumerator
/foundation/window/window_manager/dmserver/src/
Dscreen_rotation_controller.cpp40 DeviceRotation ScreenRotationController::lastSensorRotationConverted_ = DeviceRotation::INVALID;
84 if (deviceRotation == DeviceRotation::INVALID) { in HandleSensorEventInput()
194 if (sensorRotation == SensorRotation::INVALID) { in CalcDeviceRotation()
195 return DeviceRotation::INVALID; in CalcDeviceRotation()
270 if (rotation != DeviceRotation::INVALID) { in ProcessSwitchToAutoRotation()
335 if (deviceRotation == DeviceRotation::INVALID) { in ConvertDeviceToDisplayRotation()
381 {SensorRotation::INVALID, DeviceRotation::INVALID}, in ProcessRotationMapping()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_rotation_property.cpp40 DeviceRotation ScreenRotationProperty::lastSensorRotationConverted_ = DeviceRotation::INVALID;
94 if (deviceRotation == DeviceRotation::INVALID) { in HandleSensorEventInput()
198 if (sensorRotation == SensorRotation::INVALID) { in CalcDeviceRotation()
199 return DeviceRotation::INVALID; in CalcDeviceRotation()
274 if (rotation != DeviceRotation::INVALID) { in ProcessSwitchToAutoRotation()
339 if (deviceRotation == DeviceRotation::INVALID) { in ConvertDeviceToDisplayRotation()
385 {SensorRotation::INVALID, DeviceRotation::INVALID}, in ProcessRotationMapping()
/foundation/communication/bluetooth_service/services/bluetooth/common/
Dbt_def.h441 INVALID = 5 enumerator
445 enum class MapMessageStatus : int { READ, UNREAD, INVALID }; // default UNREAD enumerator
448 enum class MapBoolType : int { YES, NO, INVALID }; // default NO enumerator
451 enum class MapMsgReceptionStatus : int { COMPLETE, FRACTIONED, NOTIFICATION, INVALID }; enumerator
454 enum class MapMsgDeliveryStatus : int { DELIVERED, SENT, UNKNOWN, INVALID }; enumerator
457 enum class MapMsgDirection : int { INCOMING, OUTGOING, OUTGOINGDRAFT, OUTGOINGPENDING, INVALID }; enumerator
460 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; enumerator
463 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; enumerator
466 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; enumerator
469 enum class MapCharsetType : uint8_t { NATIVE = 0x00, UTF_8 = 0x01, INVALID = 0x02 }; enumerator
[all …]
/foundation/multimedia/histreamer/engine/include/plugin/common/
Dplugin_types.h38 INVALID = -2, ///< An error occurs in any state and the plugin enters the invalid state. enumerator
63 INVALID = -1, enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
Drs_modifier_type.h24 INVALID = 0, enumerator
117 INVALID = 0, enumerator
/foundation/communication/wifi/wifi/interfaces/inner_api/
Dwifi_msg.h64 INVALID = 0xFF, enumerator
88 INVALID = 0xFF, enumerator
173 supplicantState = SupplicantState::INVALID; in WifiLinkedInfo()
174 detailedState = DetailedState::INVALID; in WifiLinkedInfo()
192 INVALID = 4, enumerator
203 setup = SetupMethod::INVALID; in WpsConfig()
/foundation/window/window_manager/dmserver/test/unittest/
Dscreen_rotation_controller_test.cpp284 SensorRotation rotation = SensorRotation::INVALID;
285 ASSERT_EQ(DeviceRotation::INVALID, ScreenRotationController::CalcDeviceRotation(rotation));
403 DeviceRotation deviceRotation = DeviceRotation::INVALID;
412 deviceRotation = DeviceRotation::INVALID;
422 deviceRotation = DeviceRotation::INVALID;
438 ASSERT_EQ(SensorRotation::INVALID, GravitySensorSubscriber::CalcSensorRotation(-30));
455 SensorRotation rotation = SensorRotation::INVALID;
456 …ASSERT_EQ(DeviceRotation::INVALID, ScreenRotationController::ConvertSensorToDeviceRotation(rotatio…
457 …ASSERT_EQ(DeviceRotation::INVALID, ScreenRotationController::ConvertSensorToDeviceRotation(rotatio…
459 DeviceRotation deviceRotation = DeviceRotation::INVALID;
[all …]
/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/
Ddbinderservice_fuzzer.cpp44 #define INVALID 0 in QuerySessionObjectTest() macro
49 dBinderService.QuerySessionObject(INVALID); in QuerySessionObjectTest()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Daudio_stream_tracker.cpp26 state_ = INVALID; in AudioStreamTracker()
60 if (state_ == INVALID || state_ == state) { in UpdateTracker()
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/
Dmedia_source_filter.cpp49 seekable_(Seekable::INVALID), in MediaSourceFilter()
74 seekable_ = Seekable::INVALID; in ClearData()
214 seekable_ = Seekable::INVALID; in Stop()
246 if (seekable_ == Seekable::INVALID) { in ActivateMode()
252 } while (seekable_ == Seekable::INVALID); in ActivateMode()
253 FALSE_LOG(seekable_ != Seekable::INVALID); in ActivateMode()
276 …FALSE_RETURN_V_MSG_E(seekable != Plugin::Seekable::INVALID, ErrorCode::ERROR_INVALID_PARAMETER_VAL… in DoNegotiate()
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_device_callback_stub.cpp191 if (tmpState >= 0 && tmpState <= int(SupplicantState::INVALID)) { in RemoteOnWifiConnectionChanged()
194 info.supplicantState = SupplicantState::INVALID; in RemoteOnWifiConnectionChanged()
198 if (tmpDetailState >= 0 && tmpDetailState <= int(DetailedState::INVALID)) { in RemoteOnWifiConnectionChanged()
201 info.detailedState = DetailedState::INVALID; in RemoteOnWifiConnectionChanged()
Dwifi_device_callback_stub_lite.cpp206 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/window/window_manager/dmserver/include/
Dscreen_rotation_controller.h30 INVALID = -1, enumerator
38 INVALID = -1, enumerator
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_canvas_render_node_test.cpp56 canvasRenderNode->UpdateRecording(nullptr, RSModifierType::INVALID);
71 canvasRenderNode->UpdateRecording(drawCmds, RSModifierType::INVALID);
/foundation/window/window_manager/window_scene/session_manager/include/
Dscreen_rotation_property.h30 INVALID = -1, enumerator
38 INVALID = -1, enumerator

12345