Home
last modified time | relevance | path

Searched refs:NONE (Results 1 - 25 of 159) sorted by relevance

1234567

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp67 DumperConstant::API_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
71 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
78 DumperConstant::FILE_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
82 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
89 DumperConstant::FILE_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
[all...]
/base/web/webview/test/unittest/nweb_value_test/
H A Dnweb_value_test.cpp52 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE); in HWTEST_F()
54 EXPECT_EQ(NWebValue::Type::NONE, type); in HWTEST_F()
78 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE); in HWTEST_F()
95 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE); in HWTEST_F()
111 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE); in HWTEST_F()
129 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE); in HWTEST_F()
159 nwebValue->validateType(NWebValue::Type::NONE); in HWTEST_F()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h29 int class_ {DumperConstant::NONE};
30 int level_ {DumperConstant::NONE};
31 int loop_ {DumperConstant::NONE};
34 int type_ {DumperConstant::NONE}; // DumperConstant::NONE, GROUPTYPE_PID, GROUPTYPE_CPUID
H A Ddumper_constant.h26 NONE, enumerator
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp85 if (judgeFlags == NotificationConstant::FlagStatus::NONE || oldFlags == NotificationConstant::FlagStatus::NONE) { in DowngradeReminder()
86 return NotificationConstant::FlagStatus::NONE; in DowngradeReminder()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_client_info.h34 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE };
43 ImeType bindImeType{ ImeType::NONE }; // type of the ime client bind
H A Dsys_panel_status.h27 InputType inputType = InputType::NONE;
H A Dinput_window_info.h25 enum class InputWindowStatus : uint32_t { SHOW, HIDE, NONE };
H A Dinput_method_utils.h35 NONE, member in OHOS::MiscServices::EnterKeyType
46 NONE = -1, member in OHOS::MiscServices::TextInputType
63 NONE = 0, member in OHOS::MiscServices::Direction
122 enum class KeyboardStatus : int32_t { NONE = 0, HIDE, SHOW }; // soft keyboard member in OHOS::MiscServices::KeyboardStatus
280 enum class InputType : int32_t { NONE = -1, CAMERA_INPUT = 0, SECURITY_INPUT, VOICE_INPUT, END }; member in OHOS::MiscServices::InputType
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h23 NONE = -1, member in OHOS::NWeb::IMFAdapterTextInputType
41 NONE, member in OHOS::NWeb::IMFAdapterEnterKeyType
52 NONE = 0, member in OHOS::NWeb::IMFAdapterDirection
121 enum class IMFAdapterKeyboardStatus : int32_t { NONE = 0, HIDE, SHOW }; member in OHOS::NWeb::IMFAdapterKeyboardStatus
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h65 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE);
67 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE);
69 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
71 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
76 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_types.h23 enum class UnRegisteredType : int32_t { REMOVE_PROXY_IME, SWITCH_PROXY_IME_TO_IME, NONE };
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h107 NONE = 0, member in OHOS::Notification::NotificationConstant::DoNotDisturbType
114 NONE = -1, member in OHOS::Notification::NotificationConstant::RemindType
143 NONE, member in OHOS::Notification::NotificationConstant::SourceType::FlagStatus
H A Dnotification_flags.h161 NotificationConstant::FlagStatus soundEnabled_ {NotificationConstant::FlagStatus::NONE};
162 NotificationConstant::FlagStatus vibrationEnabled_ {NotificationConstant::FlagStatus::NONE};
H A Dnotification_content.h39 NONE, member in OHOS::Notification::NotificationContent::Type
272 mutable NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
H A Dnotification_do_not_disturb_date.h109 NotificationConstant::DoNotDisturbType doNotDisturbType_ {NotificationConstant::DoNotDisturbType::NONE};
/base/inputmethod/imf/services/include/
H A Di_input_control_channel.h28 NONE, enumerator
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_types.h25 NONE = 0, member in OHOS::Telephony::ErrType
229 ErrType error = ErrType::NONE;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h47 NONE = 0, member in OHOS::NWeb::NWebValue::Type
86 case Type::NONE: in NWebValue()
135 case Type::NONE: in operator =()
169 case Type::NONE: in operator =()
204 case Type::NONE: in operator ==()
247 return GetType() == Type::NONE; in IsNone()
448 if (type_ != Type::NONE && type_ != type) { in validateType()
456 Type type_ = Type::NONE;
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
H A Dpower_policy.cpp48 if (action >= static_cast<uint32_t>(PowerPolicyAction::NONE) && in SetPowerPolicyAction()
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/include/
H A Dpower_policy.h28 NONE = 0, member in OHOS::EDM::PowerPolicyAction
/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp24 InputWindowStatus ImeSettingListenerTestImpl::status_{ InputWindowStatus::NONE };
32 status_ = InputWindowStatus::NONE; in ResetParam()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h49 ChargeType batteryInfoChargeType_ = ChargeType::NONE;
/base/telephony/core_service/interfaces/innerkits/satellite/
H A Di_satellite_service.h37 NONE = 0x0, member in OHOS::Telephony::SatelliteCapability
/base/hiviewdfx/hiview/base/include/
H A Devent.h34 : messageType_(MessageType::NONE), in Event()
60 : messageType_(MessageType::NONE), in Event()
117 NONE = 0, enumerator

Completed in 9 milliseconds

1234567