/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-convertxml.md | 69 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 D | xml-conversion.md | 49 // 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 D | changelogs-arkts.md | 61 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 D | log.h | 31 #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 D | changelogs-arkts.md | 63 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 D | js-apis-convertxml.md | 69 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 D | status.py | 50 _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 D | xml-conversion.md | 45 // 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 D | ChangelogParseUtils.ets | 32 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 D | nstackx_common_header.h | 40 #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 D | fillp_frame.h | 26 #define FILLP_FRAME_IS_VIDEO(_type) ((_type) == VIDEO_I || (_type) == VIDEO_P) argument
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_info.cpp | 34 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 D | simple_timer_info.cpp | 26 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 D | reminder_timer_info.cpp | 26 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 D | timer_info_test.h | 76 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 D | thermal_timer.cpp | 46 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 D | text_selector.h | 258 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 D | changelogs-arkts.md | 37 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_frame.c | 19 #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 D | changelogs-arkts.md | 37 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
|
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/ |
H A D | napi_system_timer.cpp | 84 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 D | web_property.h | 95 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 D | winapi.rs | 180 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 D | js_buffer.ts | 338 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 D | faqs-arkui-arkts.md | 577 commentKey : "_comment", parentKey : "_parent", typeKey : "_type",
|