/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_data.cpp | 65 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/ |
D | UsbPortJsunitEx.test.js | 59 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;
|
D | UsbFunctionsJsunitEx.test.js | 59 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/ |
D | nweb_value_test.cpp | 52 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/ |
D | dump_cfg.h | 29 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
|
D | dumper_constant.h | 26 NONE, enumerator
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_utils.h | 31 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
|
D | input_client_info.h | 28 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE }; enumerator 35 ImeType bindImeType{ ImeType::NONE }; // type of the ime client bind
|
D | input_window_info.h | 27 NONE enumerator
|
/base/usb/usb_manager/interfaces/kits/js/ |
D | @ohos.usbManager.d.ts | 615 NONE = 0, enumerator 646 NONE = 0, enumerator 677 NONE = 0, enumerator 924 NONE = 0, enumerator
|
/base/web/webview/ohos_adapter/interfaces/ |
D | imf_adapter.h | 23 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/ |
D | config_utils.h | 63 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/ |
D | notification_constant.h | 90 NONE = 0, enumerator 97 NONE = -1, enumerator 126 NONE, enumerator
|
D | notification_flags.h | 102 NotificationConstant::FlagStatus soundEnabled_ {NotificationConstant::FlagStatus::NONE}; 103 NotificationConstant::FlagStatus vibrationEnabled_ {NotificationConstant::FlagStatus::NONE};
|
D | notification_content.h | 39 NONE, enumerator 241 NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
|
D | notification_do_not_disturb_date.h | 109 …icationConstant::DoNotDisturbType doNotDisturbType_ {NotificationConstant::DoNotDisturbType::NONE};
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 46 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/ |
D | ime_setting_listener_test_impl.cpp | 20 InputWindowStatus ImeSettingListenerTestImpl::status_{ InputWindowStatus::NONE }; 26 status_ = InputWindowStatus::NONE; in ResetParam()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_types.h | 27 NONE = 0, enumerator 94 NONE = 0, enumerator 289 HRilErrType error = HRilErrType::NONE;
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/ |
D | unRegistered_type.h | 23 enum class UnRegisteredType : int32_t { REMOVE_PROXY_IME, SWITCH_PROXY_IME_TO_IME, NONE }; enumerator
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
D | imf_adapter_impl.cpp | 61 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/ |
D | i_input_control_channel.h | 29 NONE, enumerator
|
/base/hiviewdfx/hiview/base/include/ |
D | event.h | 34 : 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/ |
D | power_policy.h | 28 NONE = 0, enumerator
|
/base/powermgr/battery_manager/services/native/include/ |
D | battery_notify.h | 48 ChargeType batteryInfoChargeType_ = ChargeType::NONE;
|