Searched refs:masks (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent.h | 48 template<const std::string_view& str, const std::string_view& masks, std::string::size_type pos = 0> 50 inline static constexpr auto newpos = masks.find('|', pos); 52 IsMaskedImpl<str, masks, (newpos != std::string_view::npos) ? pos + 1 : newpos>::value || 53 (pos != newpos && pos != masks.size() && 54 …masks.substr(pos, (newpos != std::string_view::npos) ? newpos - pos : str.size() - pos).compare(st… 57 template<const std::string_view& str, const std::string_view& masks> 58 struct IsMaskedImpl<str, masks, std::string_view::npos> {
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/ |
H A D | changelogs-usb-manager.md | 27 …FromString** API to convert the USB function list from strings to numeric masks.| function getFunc… 28 …vertFunctionsToString** API to convert the USB function list from numeric masks to strings.| funct…
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 599 std::map<std::string, uint16_t> masks; in GetRemoteDynamicMask() local 602 masks.insert_or_assign(device, Low(mask.dynamic)); in GetRemoteDynamicMask() 604 return masks; in GetRemoteDynamicMask()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arm_exidx_instructions.txt | 5 1000iiii iiiiiiii (i not a ll 0) Pop up to 12 integer registers under masks {r15-r12}, {r11-r4} (…
|
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/ |
H A D | AudioTypes.idl | 115 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/foo/distributed_audio/audio/v1_0/ |
H A D | AudioTypes.idl | 110 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/ |
H A D | AudioTypes.idl | 113 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/foo/audio/v2_0/ |
H A D | AudioTypes.idl | 115 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/drivers/interface/audio/v1_0/ |
H A D | AudioTypes.idl | 112 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/drivers/interface/audio/v2_0/ |
H A D | AudioTypes.idl | 114 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-trace.md | 168 …les only trace of interrupts and task events. For details about the event masks, see **LOS_TRACE_M…
|
/ohos5.0/drivers/interface/audio/v3_0/ |
H A D | AudioTypes.idl | 134 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/drivers/interface/audio/v4_0/ |
H A D | AudioTypes.idl | 134 * @brief Enumerates masks of audio sampling rates.
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-hdf-coding-guide.md | 578 [Description] The PAL masks the differences between platform driver interfaces of different system …
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | js-apis-audio.md | 5519 | channelMasks<sup>9+</sup> | Array<number> | Yes | No | Supported channel masks…
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 55055 of works, such as semiconductor masks.
|