Home
last modified time | relevance | path

Searched refs:UNSPECIFIED (Results 1 – 25 of 38) sorted by relevance

12

/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Dability_info.h59 UNSPECIFIED = 0, enumerator
64 UNSPECIFIED = 0, enumerator
105 AbilitySubType subType = AbilitySubType::UNSPECIFIED;
106 DisplayOrientation orientation = DisplayOrientation::UNSPECIFIED;
159 ExtensionAbilityType extensionAbilityType = ExtensionAbilityType::UNSPECIFIED;
160 DisplayOrientation orientation = DisplayOrientation::UNSPECIFIED;
213 AbilitySubType subType = AbilitySubType::UNSPECIFIED;
Dextension_ability_info.h43 UNSPECIFIED enumerator
/foundation/windowmanager/wm/test/systemtest/
Dwindow_rotation_test.cpp133 fullInfo_.orientation_ = Orientation::UNSPECIFIED;
188 ASSERT_EQ(Orientation::UNSPECIFIED, screen->GetOrientation());
189 ASSERT_EQ(Orientation::UNSPECIFIED, display->GetOrientation());
213 ASSERT_EQ(Orientation::UNSPECIFIED, screen->GetOrientation());
214 ASSERT_EQ(Orientation::UNSPECIFIED, display->GetOrientation());
218 ASSERT_EQ(Orientation::UNSPECIFIED, screen->GetOrientation());
219 ASSERT_EQ(Orientation::UNSPECIFIED, display->GetOrientation());
261 defaultScreen->SetOrientation(Orientation::UNSPECIFIED);
Dwindow_test_utils.h45 Orientation orientation_ { Orientation::UNSPECIFIED };
/foundation/ace/ace_engine/frameworks/core/common/ime/
Dtext_input_action.cpp23 return TextInputAction::UNSPECIFIED; in CastToTextInputAction()
Dtext_input_action.h29 UNSPECIFIED = BEGIN, enumerator
Dtext_input_configuration.h35 TextInputAction action = TextInputAction::UNSPECIFIED;
/foundation/aafwk/standard/interfaces/innerkits/ability_manager/include/
Dextension_running_info.h35 AppExecFwk::ExtensionAbilityType type = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
/foundation/windowmanager/dmserver/include/
Dabstract_screen.h71 Orientation orientation_ { Orientation::UNSPECIFIED };
73 Orientation screenRequestedOrientation_ { Orientation::UNSPECIFIED };
Dabstract_display.h72 Orientation orientation_ { Orientation::UNSPECIFIED };
/foundation/windowmanager/interfaces/kits/napi/display_runtime/api/
D@ohos.screen.d.ts132 UNSPECIFIED = 0, enumerator
/foundation/windowmanager/utils/include/
Ddisplay_info.h47 DEFINE_VAR_DEFAULT_FUNC_GET(Orientation, Orientation, orientation, Orientation::UNSPECIFIED);
Dscreen_info.h47 DEFINE_VAR_DEFAULT_FUNC_GET(Orientation, Orientation, orientation, Orientation::UNSPECIFIED);
Dwindow_property.h127 …LT_FUNC_GET_SET(Orientation, RequestedOrientation, requestedOrientation, Orientation::UNSPECIFIED);
/foundation/windowmanager/interfaces/innerkits/dm/
Ddm_common.h111 UNSPECIFIED = BEGIN, enumerator
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_option.h95 Orientation requestedOrientation_ { Orientation::UNSPECIFIED };
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Dtext_field_creator.cpp56 …xtInputAction(json.GetInt(TEXT_FIELD_ACTION, static_cast<int32_t>(TextInputAction::UNSPECIFIED)))); in CreateFromJson()
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/text_field/
Ddsl_text_field_creator_test.cpp35 const TextInputAction TEXT_FIELD_ATTR_ACTION_DEFAULT = TextInputAction::UNSPECIFIED;
/foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc/amsAbilityAppendTestA/src/
Dmain_ability.cpp163 result = orientation == static_cast<int>(DisplayOrientation::UNSPECIFIED); in GetDispalyOrientationCase1()
/foundation/windowmanager/interfaces/kits/napi/display_runtime/napi/
Djs_screen.cpp74 Orientation orientation = Orientation::UNSPECIFIED; in OnSetOrientation()
/foundation/windowmanager/dm/test/systemtest/
Dscreen_manager_test.cpp713 screens[0]->SetOrientation(Orientation::UNSPECIFIED);
714 …tic_cast<uint32_t>(screens[0]->GetOrientation()), static_cast<uint32_t>(Orientation::UNSPECIFIED));
715 …static_cast<uint32_t>(display->GetOrientation()), static_cast<uint32_t>(Orientation::UNSPECIFIED));
/foundation/windowmanager/dmserver/src/
Dabstract_screen.cpp227 case Orientation::UNSPECIFIED: { in CalcRotation()
/foundation/aafwk/standard/frameworks/kits/appkit/native/app/src/
Dcontext_container.cpp805 return static_cast<int>(DisplayOrientation::UNSPECIFIED); in GetDisplayOrientation()
/foundation/ace/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.cpp27 const TextInputAction INPUT_TEXTINPUTACTION_VALUE_DEFAULT = TextInputAction::UNSPECIFIED;
/foundation/ace/ace_engine/frameworks/core/components/text_field/
Drender_text_field.h437 TextInputAction action_ = TextInputAction::UNSPECIFIED;

12