Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 25 of 136) sorted by relevance

123456

/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp19 NetConnectType NetConnectUtils::ConvertToConnectTypeInner(const RadioTech &subtype) in ConvertToConnectTypeInner()
45 NetConnectSubtype NetConnectUtils::ConvertToConnectsubtype(const RadioTech &subtype) in ConvertToConnectsubtype()
74 …ype NetConnectUtils::ConvertToConnectType(const NetBearType &netBearType, const RadioTech &subtype) in ConvertToConnectType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_network_test.cpp142 auto subtype = static_cast<char>(PackageID::RS_PROFILER_RDC_BINARY); variable
159 auto subtype = static_cast<char>(PackageID::RS_PROFILER_DCL_BINARY); variable
179 auto subtype = static_cast<char>(PackageID::RS_PROFILER_SKP_BINARY); variable
194 auto subtype = static_cast<char>(PackageID::RS_PROFILER_RSTREE_PERF_NODE_LIST); variable
214 auto subtype = static_cast<char>(PackageID::RS_PROFILER_RSTREE_SINGLE_NODE_PERF); variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp47 …mponentPrivacy::OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype, in OnPrivaceResourceMessage()
62 void ComponentPrivacy::HandlePullUpPage(const std::string &subtype, const std::string &networkId) in HandlePullUpPage()
94 void ComponentPrivacy::HandleClosePage(const std::string &subtype) in HandleClosePage()
122 int32_t ComponentPrivacy::OnResourceInfoCallback(const std::string &subtype, const std::string &net… in OnResourceInfoCallback()
156 int32_t ComponentPrivacy::StartPrivacePage(const std::string &subtype, const std::string &networkId) in StartPrivacePage()
192 int32_t ComponentPrivacy::StopPrivacePage(const std::string &subtype) in StopPrivacePage()
308 std::string subtype = cJSON_GetObjectItem(innerMsg, PRIVACY_SUBTYPE.c_str())->valuestring; in ProcessStartPage() local
338 std::string subtype = cJSON_GetObjectItem(innerMsg, PRIVACY_SUBTYPE.c_str())->valuestring; in ProcessStopPage() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/
H A Dcomponent_privacy_test.cpp65 std::string subtype = "mic"; variable
79 std::string subtype = "mic"; variable
93 std::string subtype = "mic"; variable
106 std::string subtype = "mic"; variable
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java74 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() local
166 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
183 final InputMethodSubtype subtype = subtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
203 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
212 final InputMethodSubtype subtype = keyboardSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl() local
267 InputMethodSubtype subtype = subtypes.get(i); in findLastResortApplicableSubtypeLocked() local
H A DInputMethodSubtypeSwitchingController.java215 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList() local
243 private static int calculateSubtypeId(InputMethodInfo imi, InputMethodSubtype subtype) { in calculateSubtypeId()
261 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { in getIndex()
275 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked()
332 private int getUsageRank(final InputMethodInfo imi, InputMethodSubtype subtype) { in getUsageRank()
348 public void onUserAction(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserAction()
361 InputMethodInfo imi, InputMethodSubtype subtype) { in getNextInputMethodLocked()
446 InputMethodSubtype subtype) { in getNextInputMethod()
459 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
505 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_command_factory_test.cpp50 uint16_t subtype = 65535; // for test variable
70 uint16_t subtype = 65535; // for test variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_command_factory.cpp60 void RSCommandFactory::Register(uint16_t type, uint16_t subtype, UnmarshallingFunc func) in Register()
69 UnmarshallingFunc RSCommandFactory::GetUnmarshallingFunc(uint16_t type, uint16_t subtype) in GetUnmarshallingFunc()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_refresh.cpp31 static void NotifyAnalysisAlbum(PhotoAlbumSubType subtype, int32_t albumId) in NotifyAnalysisAlbum()
51 static void NotifySystemAlbumFunc(PhotoAlbumType albumtype, PhotoAlbumSubType subtype, int32_t albu… in NotifySystemAlbumFunc()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textservice/
H A DSpellCheckerSubtypeTest.java68 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithNoSubtypeId() local
95 final SpellCheckerSubtype subtype = new SpellCheckerSubtype(SUBTYPE_NAME_RES_ID_A, in testSubtypeWithSubtypeId() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_asset_info.h26 int32_t subtype; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/include/
H A Ddscreen_handler_test.h40 …inHardware(const std::string &dhId, const std::string &attrs, const std::string &subtype) override in PluginHardware()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbASFormat.java43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat()
70 byte subtype, int subclass) { in allocDescriptor()
H A DUsbACInterface.java84 public UsbACInterface(int length, byte type, byte subtype, int subclass) { in UsbACInterface()
99 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioControlDescriptor()
190 ByteStream stream, int length, byte type, byte subtype, int subClass) { in allocAudioStreamingDescriptor()
215 byte subtype, int subClass) { in allocMidiStreamingDescriptor()
H A DUsbACInterfaceUnparsed.java25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { in UsbACInterfaceUnparsed()
H A DUsbACAudioStreamEndpoint.java27 public UsbACAudioStreamEndpoint(int length, byte type, int subclass, byte subtype) { in UsbACAudioStreamEndpoint()
H A DUsbVCInputTerminal.java31 public UsbVCInputTerminal(int length, byte type, byte subtype) { in UsbVCInputTerminal()
H A DUsbVCOutputTerminal.java31 public UsbVCOutputTerminal(int length, byte type, byte subtype) { in UsbVCOutputTerminal()
H A DUsbVCProcessingUnit.java32 public UsbVCProcessingUnit(int length, byte type, byte subtype) { in UsbVCProcessingUnit()
H A DUsbVCSelectorUnit.java32 public UsbVCSelectorUnit(int length, byte type, byte subtype) { in UsbVCSelectorUnit()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_aux_box.cpp35 for (uint8_t subtype: auxSubtypes_) { in Write() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local
321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
372 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidNonAuxAsciiCapableIme() local
H A DInputMethodAndSubtypeUtilCompat.java236 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeListForUserInternal() local
364 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local
388 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
415 public static String getSubtypeLocaleNameAsSentence(@Nullable InputMethodSubtype subtype, in getSubtypeLocaleNameAsSentence()
471 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidSystemNonAuxAsciiCapableIme() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dihardware_handler.h30 std::string subtype; member
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodSubtypeTest.java133 final InputMethodSubtype subtype = createSubtypeUsingLanguageTag("en-US"); in testCanonicalizedLanguageTagObjectCache() local
157 final InputMethodSubtype subtype = createSubtypeUsingLanguageTag(languageTag); in verifyCanonicalizedLanguageTag() local

123456