Home
last modified time | relevance | path

Searched refs:UNSPECIFIED (Results 1 - 25 of 197) sorted by relevance

12345678

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dprocess_options.h24 UNSPECIFIED = 0, member in OHOS::AAFwk::ProcessMode
33 UNSPECIFIED = -1, member in OHOS::AAFwk::StartupVisibility
56 ProcessMode processMode = ProcessMode::UNSPECIFIED;
57 StartupVisibility startupVisibility = StartupVisibility::UNSPECIFIED;
H A Dextension_running_info.h35 AppExecFwk::ExtensionAbilityType type = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dprocess_options.cpp64 if (value <= static_cast<int32_t>(ProcessMode::UNSPECIFIED) || in ConvertInt32ToProcessMode()
66 return ProcessMode::UNSPECIFIED; in ConvertInt32ToProcessMode()
73 if (value <= static_cast<int32_t>(StartupVisibility::UNSPECIFIED) || in ConvertInt32ToStartupVisibility()
75 return StartupVisibility::UNSPECIFIED; in ConvertInt32ToStartupVisibility()
94 return (value > ProcessMode::UNSPECIFIED) && (value < ProcessMode::END); in IsValidProcessMode()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h50 UNSPECIFIED = 0, member in OHOS::AppExecFwk::AbilitySubType
55 UNSPECIFIED = 0, member in OHOS::AppExecFwk::DisplayOrientation
95 ExtensionAbilityType extensionAbilityType = ExtensionAbilityType::UNSPECIFIED;
96 DisplayOrientation orientation = DisplayOrientation::UNSPECIFIED;
182 AbilitySubType subType = AbilitySubType::UNSPECIFIED;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h74 UNSPECIFIED = 0, member in OHOS::AppExecFwk::GetAbilityInfoFlag::AbilitySubType
79 UNSPECIFIED = 0, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
142 AbilitySubType subType = AbilitySubType::UNSPECIFIED;
143 DisplayOrientation orientation = DisplayOrientation::UNSPECIFIED;
195 ExtensionAbilityType extensionAbilityType = ExtensionAbilityType::UNSPECIFIED;
197 DisplayOrientation orientation = DisplayOrientation::UNSPECIFIED;
289 AbilitySubType subType = AbilitySubType::UNSPECIFIED;
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp143 orientation = Orientation::UNSPECIFIED; in HWTEST_F()
235 ASSERT_EQ(false, ScreenRotationController::IsSensorRelatedOrientation(Orientation::UNSPECIFIED)); in HWTEST_F()
263 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
268 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
273 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
277 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
282 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
287 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
291 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
296 ScreenRotationController::lastOrientationType_ = Orientation::UNSPECIFIED; in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_data_mgr.cpp112 if (validType == BusinessType::UNSPECIFIED) { in QueryBusinessAbilityInfos()
153 if (filter.businessType != BusinessType::UNSPECIFIED) { in GetBusinessType()
158 return BusinessType::UNSPECIFIED; in GetBusinessType()
164 return BusinessType::UNSPECIFIED; in GetBusinessType()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h101 UNSPECIFIED = 2, member in OHOS::Media::Plugins::ColorPrimary
115 UNSPECIFIED = 2, member in OHOS::Media::Plugins::TransferCharacteristic
136 UNSPECIFIED = 2, member in OHOS::Media::Plugins::MatrixCoefficient
151 UNSPECIFIED = 0, member in OHOS::Media::Plugins::ChromaLocation
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp63 const int32_t UNSPECIFIED = 0; member
256 * 3.orientation equals to 0 (UNSPECIFIED)
260 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_1, UNSPECIFIED, ORIENTATION); in HWTEST_F()
494 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MAX_WINDOW_RATIO); in HWTEST_F()
520 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MIN_WINDOW_RATIO); in HWTEST_F()
546 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MAX_WINDOW_WIDTH); in HWTEST_F()
572 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MIN_WINDOW_WIDTH); in HWTEST_F()
598 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MAX_WINDOW_HEIGHT); in HWTEST_F()
624 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, UNSPECIFIED, MIN_WINDOW_HEIGHT); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp47 auto type = AbilityBase::AutoFillType::UNSPECIFIED; in ViewDataToType()
96 if (it->autoFillType == AbilityBase::AutoFillType::UNSPECIFIED) { in GetPlaceHolderValue()
111 if (it->autoFillType == AbilityBase::AutoFillType::UNSPECIFIED) { in GetPlaceHolderValue()
122 AbilityBase::AutoFillType::UNSPECIFIED, in HintToAutoFillType()
/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.h78 AppExecFwk::ExtensionAbilityType callerExtensionAbilityType = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
80 AppExecFwk::ExtensionAbilityType targetExtensionAbilityType = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h77 AppExecFwk::ExtensionAbilityType callerExtensionAbilityType = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
79 AppExecFwk::ExtensionAbilityType targetExtensionAbilityType = AppExecFwk::ExtensionAbilityType::UNSPECIFIED;
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_action.cpp23 return TextInputAction::UNSPECIFIED; in CastToTextInputAction()
H A Dtext_input_configuration.h35 TextInputAction action = TextInputAction::UNSPECIFIED;
H A Dtext_input_type.h26 UNSPECIFIED = BEGIN, member in OHOS::Ace::TextInputType
H A Dtext_input_action.h29 UNSPECIFIED = BEGIN, member in OHOS::Ace::TextInputAction
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.cpp149 {AVColorPrimaries::AVCOL_PRI_UNSPECIFIED, ColorPrimary::UNSPECIFIED},
164 {AVColorTransferCharacteristic::AVCOL_TRC_UNSPECIFIED, TransferCharacteristic::UNSPECIFIED},
187 {AVColorSpace::AVCOL_SPC_UNSPECIFIED, MatrixCoefficient::UNSPECIFIED},
208 {AVChromaLocation::AVCHROMA_LOC_UNSPECIFIED, ChromaLocation::UNSPECIFIED},
259 return ColorPrimary::UNSPECIFIED; in ConvertFFMpegToOHColorPrimaries()
270 return TransferCharacteristic::UNSPECIFIED; in ConvertFFMpegToOHColorTrans()
281 return MatrixCoefficient::UNSPECIFIED; in ConvertFFMpegToOHColorMatrix()
303 return ChromaLocation::UNSPECIFIED; in ConvertFFMpegToOHChromaLocation()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp61 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
79 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
95 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
113 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
128 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
143 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_state_data.h65 ExtensionAbilityType extensionType = ExtensionAbilityType::UNSPECIFIED;
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h22 UNSPECIFIED = 0, member in OHOS::AbilityBase::AutoFillType
H A Dpage_node_info.h34 AutoFillType autoFillType = AutoFillType::UNSPECIFIED;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_content_type.h25 UNSPECIFIED = BEGIN, member in OHOS::Ace::NG::TextContentType
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/
H A Ddeleteappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappinstallcontrolrule_fuzzer/
H A Dgetappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/
H A DaddappInstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI()

Completed in 10 milliseconds

12345678