Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 129) sorted by relevance

123456

/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_data.cpp65 DumperConstant::API_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
69 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
76 DumperConstant::FILE_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
80 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
87 DumperConstant::FILE_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
91 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
98 DumperConstant::FILE_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
102 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
109 "", DumperConstant::CMD_DUMPER, DumperConstant::NONE, DumperConstant::NONE, ""
113 DumperConstant::FD_OUTPUT, DumperConstant::NONE, DumperConstant::NONE, ""
[all …]
/base/usb/usb_manager/test/native/js_unittest/
DUsbPortJsunitEx.test.js59 expect(maskCode).assertEqual(usb.NONE);
73 var dataRole = usb.NONE - 1;
95 var powerRole = usb.NONE - 1;
119 var dataRole = usb.NONE - 1;
141 var powerRole = usb.NONE - 1;
142 var dataRole = usb.NONE - 1;
164 var dataRole = usb.NONE - 1;
165 var powerRole = usb.NONE - 1;
DUsbFunctionsJsunitEx.test.js59 var maskCode = usb.NONE
60 console.info('usb case maskCode : ' + usb.NONE);
166 expect(nMaskCode).assertEqual(usb.NONE);
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp52 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE);
54 EXPECT_EQ(NWebValue::Type::NONE, type);
78 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE);
95 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE);
111 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE);
129 std::shared_ptr<NWebValue> nwebValue = std::make_shared<NWebValue>(NWebValue::Type::NONE);
159 nwebValue->validateType(NWebValue::Type::NONE);
/base/hiviewdfx/hidumper/frameworks/native/include/common/
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
Ddumper_constant.h26 NONE, enumerator
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h31 NONE, enumerator
42 NONE = -1, enumerator
59 NONE = 0, enumerator
118 enum class KeyboardStatus : int32_t { NONE = 0, HIDE, SHOW }; // soft keyboard enumerator
180 NONE = -1, enumerator
Dinput_client_info.h28 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE }; enumerator
35 ImeType bindImeType{ ImeType::NONE }; // type of the ime client bind
Dinput_window_info.h27 NONE enumerator
/base/usb/usb_manager/interfaces/kits/js/
D@ohos.usbManager.d.ts615 NONE = 0, enumerator
646 NONE = 0, enumerator
677 NONE = 0, enumerator
924 NONE = 0, enumerator
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h23 NONE = -1, enumerator
34 enum class IMFAdapterEnterKeyType { UNSPECIFIED = 0, NONE, GO, SEARCH, SEND, NEXT, DONE, PREVIOUS }; enumerator
37 NONE = 0, enumerator
68 enum class IMFAdapterKeyboardStatus : int32_t { NONE = 0, HIDE, SHOW }; enumerator
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dconfig_utils.h63 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE);
65 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE);
67 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
69 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
74 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h90 NONE = 0, enumerator
97 NONE = -1, enumerator
126 NONE, enumerator
Dnotification_flags.h102 NotificationConstant::FlagStatus soundEnabled_ {NotificationConstant::FlagStatus::NONE};
103 NotificationConstant::FlagStatus vibrationEnabled_ {NotificationConstant::FlagStatus::NONE};
Dnotification_content.h39 NONE, enumerator
241 NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
Dnotification_do_not_disturb_date.h109 …icationConstant::DoNotDisturbType doNotDisturbType_ {NotificationConstant::DoNotDisturbType::NONE};
/base/web/webview/ohos_nweb/include/
Dnweb_value.h46 NONE = 0, enumerator
83 case Type::NONE: in NWebValue()
130 case Type::NONE:
164 case Type::NONE:
199 case Type::NONE:
242 return GetType() == Type::NONE; in IsNone()
443 if (type_ != Type::NONE && type_ != type) { in validateType()
451 Type type_ = Type::NONE;
/base/inputmethod/imf/test/common/src/
Dime_setting_listener_test_impl.cpp20 InputWindowStatus ImeSettingListenerTestImpl::status_{ InputWindowStatus::NONE };
26 status_ = InputWindowStatus::NONE; in ResetParam()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_types.h27 NONE = 0, enumerator
94 NONE = 0, enumerator
289 HRilErrType error = HRilErrType::NONE;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
DunRegistered_type.h23 enum class UnRegisteredType : int32_t { REMOVE_PROXY_IME, SWITCH_PROXY_IME_TO_IME, NONE }; enumerator
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp61 auto status = IMFAdapterKeyboardStatus::NONE; in SendKeyboardStatus()
79 case MiscServices::EnterKeyType::NONE: in SendFunctionKey()
80 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::NONE); in SendFunctionKey()
137 adapterDirection = IMFAdapterDirection::NONE; in MoveCursor()
/base/inputmethod/imf/services/include/
Di_input_control_channel.h29 NONE, enumerator
/base/hiviewdfx/hiview/base/include/
Devent.h34 : messageType_(MessageType::NONE), in Event()
60 : messageType_(MessageType::NONE), in Event()
117 NONE = 0, enumerator
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/include/
Dpower_policy.h28 NONE = 0, enumerator
/base/powermgr/battery_manager/services/native/include/
Dbattery_notify.h48 ChargeType batteryInfoChargeType_ = ChargeType::NONE;

123456