/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
D | map_mce_parameter.h | 41 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 …]
|
D | bt_def.h | 527 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/ |
D | bluetooth_map_mce.h | 55 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 …]
|
D | bluetooth_def.h | 472 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/ |
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()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
D | uds_server_test.cpp | 44 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/ |
D | util_ex_test.cpp | 41 MmiMessageId messageId1 = MmiMessageId::INVALID; 56 EXPECT_EQ(messageId2, MmiMessageId::INVALID);
|
/foundation/multimodalinput/input/util/network/test/ |
D | net_packet_test.cpp | 39 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/ |
D | ext_backup.cpp | 127 …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/ |
D | plugin_types.h | 38 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/ |
D | screen_rotation_controller.cpp | 40 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/ |
D | screen_rotation_property.cpp | 40 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/ |
D | bt_def.h | 441 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/ |
D | plugin_types.h | 38 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/ |
D | rs_modifier_type.h | 24 INVALID = 0, enumerator 117 INVALID = 0, enumerator
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
D | wifi_msg.h | 64 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/ |
D | screen_rotation_controller_test.cpp | 284 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/ |
D | dbinderservice_fuzzer.cpp | 44 #define INVALID 0 in QuerySessionObjectTest() macro 49 dBinderService.QuerySessionObject(INVALID); in QuerySessionObjectTest()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
D | audio_stream_tracker.cpp | 26 state_ = INVALID; in AudioStreamTracker() 60 if (state_ == INVALID || state_ == state) { in UpdateTracker()
|
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/ |
D | media_source_filter.cpp | 49 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/ |
D | wifi_device_callback_stub.cpp | 191 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()
|
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/window/window_manager/dmserver/include/ |
D | screen_rotation_controller.h | 30 INVALID = -1, enumerator 38 INVALID = -1, enumerator
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
D | rs_canvas_render_node_test.cpp | 56 canvasRenderNode->UpdateRecording(nullptr, RSModifierType::INVALID); 71 canvasRenderNode->UpdateRecording(drawCmds, RSModifierType::INVALID);
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
D | screen_rotation_property.h | 30 INVALID = -1, enumerator 38 INVALID = -1, enumerator
|