Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-convertxml.md69 commentKey: "_comment", parentKey: "_parent", typeKey: "_type",
78_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
133 commentKey: "_comment", parentKey: "_parent", typeKey: "_type",
142_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
184 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
189_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dxml-conversion.md49 // typeKey: "_type" 转换后元素类型使用_type标识
61 typeKey: "_type",
80 …{"_declaration":{"_attributes":{"version":"1.0","encoding":"utf-8"}},"_elements":[{"_type":"elemen…
81 …"_attributes":{"importance":"high","logged":"true"},"_elements":[{"_type":"element","_name":"title…
82 "_elements":[{"_type":"text","_text":"Happy"}]},{"_type":"element","_name":"todo",
83 "_elements":[{"_type":"text","_text":"Work"}]},{"_type":"element","_name":"todo",
84 "_elements":[{"_type":"text","_text":"Play"}]}]}]}
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.1.1/
H A Dchangelogs-arkts.md61 typeKey: "_type",
67_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
69_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlog.h31 #define FILLP_LOG_IN(_level, _type, _pre, fmt, ...) argument
44 #define FILLP_LM_LOG_OUTPUT(_type, _level, _pre, fmt, ...) do { \
48 (*g_fillpLmGlobal.lmCallbackFn.debugCallbackFunc)(_type, _level, 0, \
56 #define FILLP_LM_LOG_OUTPUT(_type, _level, _pre, fmt, ...) ((*g_fillpLmGlobal.lmCallbackFn.debugCal…
57 _type, _level, 0, "%s:[%d] : <%s>" fmt "\r\n", __func__, __LINE__, _pre, ##__VA_ARGS__))
61 #define FILLP_LOG_IN(_level, _type, _pre, fmt, ...) \
65 FILLP_LM_LOG_OUTPUT(_type, _level, _pre, fmt, ##__VA_ARGS__); \
73 #define FILLP_LOG_IN(_level, _type, _pre, fmt, ...)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.1.1/
H A Dchangelogs-arkts.md63 typeKey: "_type",
69_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
71_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-convertxml.md69 commentKey: "_comment", parentKey: "_parent", typeKey: "_type",
78_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
133 commentKey: "_comment", parentKey: "_parent", typeKey: "_type",
142_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
184 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
189_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"_elements":[{…
/ohos5.0/build/hb/containers/
H A Dstatus.py50 _type = ''
56 _type = exception.get_type()
61 _type = 'UNKNOWN ERROR TYPE'
65 _print_formatted_tracebak(_code, str(exception), _type, _desc, _solution)
70 def _print_formatted_tracebak(_code, _exception, _type, _desc, _solution): argument
96 .format(_code, _exception, _type, _desc, _solution), 'error')
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dxml-conversion.md45 // typeKey: "_type", indicating that _type is used to identify types after conversion.
57 typeKey: "_type",
76 …{"_declaration":{"_attributes":{"version":"1.0","encoding":"utf-8"}},"_elements":[{"_type":"elemen…
77 …"_attributes":{"importance":"high","logged":"true"},"_elements":[{"_type":"element","_name":"title…
78 "_elements":[{"_type":"text","_text":"Happy"}]},{"_type":"element","_name":"todo",
79 "_elements":[{"_type":"text","_text":"Work"}]},{"_type":"element","_name":"todo",
80 "_elements":[{"_type":"text","_text":"Play"}]}]}]}
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/util/
H A DChangelogParseUtils.ets32 typeKey: '_type',
86 if (element['_type'] === 'element' && element['_name'] === 'default-language') {
91 if (element['_type'] === 'element' && element['_name'] === 'displayType') {
96 if (element['_type'] === 'element' && element['_name'] === 'icons') {
106 if (element['_type'] === 'element' && element['_name'] === 'language') {
133 if (iconElement['_type'] === 'element' && iconElement['_name'] === 'icon') {
153 if (featuresElement['_type'] === 'element' && featuresElement['_name'] === 'features') {
181 if (featureItem['_type'] !== 'element' || featureItem['_name'] !== 'feature') {
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_common_header.h40 #define TYPE_BITS_NUM(_type) (sizeof(_type) * BYTE_BITS_NUM) argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h26 #define FILLP_FRAME_IS_VIDEO(_type) ((_type) == VIDEO_I || (_type) == VIDEO_P) argument
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp34 TimerInfo::TimerInfo(uint64_t _id, int _type, in TimerInfo() argument
47 type {_type},
49 … wakeup {_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
/ohos5.0/base/time/time_service/services/time/src/
H A Dsimple_timer_info.cpp26 void SimpleTimerInfo::SetType(const int &_type) in SetType() argument
28 type = _type; in SetType()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_timer_info.cpp26 void ReminderTimerInfo::SetType(const int &_type) in SetType() argument
28 type = _type; in SetType()
/ohos5.0/base/time/time_service/test/unittest/service_test/include/
H A Dtimer_info_test.h76 void TimerInfoTest::SetType(const int &_type) in SetType() argument
78 type = _type; in SetType()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp46 void ThermalTimerInfo::SetType(const int &_type) in SetType() argument
48 type = _type; in SetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h258 SelectionMenuParams(TextSpanType _type, std::function<void()> _buildFunc, in SelectionMenuParams()
261 : type(_type), buildFunc(_buildFunc), onAppear(_onAppear), onDisappear(_onDisappear), in SelectionMenuParams()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkts.md37 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c19 #define FRAME_VIDEO_FRAME_TYPE_STR(_type) (((_type) == VIDEO_I) ? "I" : "P") argument
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkts.md37 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp84 void ITimerInfoInstance::SetType(const int &_type) in SetType() argument
86 type = _type; in SetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h95 WebPreviewSelectionMenuParam(const WebElementType& _type, const ResponseType& _responseType, in WebPreviewSelectionMenuParam()
98 …: type(_type), responseType(_responseType), menuBuilder(_menuBuilder), previewBuilder(_previewBuil… in WebPreviewSelectionMenuParam()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs180 pub fn socket(af: c_int, _type: c_int, protocol: c_int) -> SOCKET; in socket()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/
H A Djs_buffer.ts338 private _type: string;
345 return this._type;
372 this._type = type;
418 newBlob._type = type;
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-arkts.md577 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",

12