Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp126 void ObexUtils::ObexHeaderItemDebug(const ObexOptionalHeader &hi) in ObexHeaderItemDebug() argument
128 OBEX_LOG_INFO("HeaderId:0x%02X", hi.GetHeaderId()); in ObexHeaderItemDebug()
130 int(hi.GetHeaderDataSize()), int(hi.GetHeaderTotalSize())); in ObexHeaderItemDebug()
132 hi.GetHeaderClassType(), hi.GetHeaderClassTypeName().c_str()); in ObexHeaderItemDebug()
133 switch (hi.GetHeaderClassType()) { in ObexHeaderItemDebug()
135 auto bytes = hi.GetBytes(); in ObexHeaderItemDebug()
144 … OBEX_LOG_INFO("BYTE:0x%02X", static_cast<const ObexOptionalByteHeader *>(&hi)->GetByte()); in ObexHeaderItemDebug()
147 …OBEX_LOG_INFO("WORD(dec):%{public}d", static_cast<const ObexOptionalWordHeader *>(&hi)->GetWord()); in ObexHeaderItemDebug()
151 … UnicodeToUtf8(static_cast<const ObexOptionalUnicodeHeader *>(&hi)->GetUnicodeText()).c_str()); in ObexHeaderItemDebug()
157 auto &tlvParamters = static_cast<const ObexOptionalTlvHeader *>(&hi)->GetTlvParamters(); in ObexHeaderItemDebug()
[all …]
H A Dobex_utils.h55 static void ObexHeaderItemDebug(const ObexOptionalHeader &hi);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcompile_time_hashes.h34 constexpr uint64_t hi(uint64_t x) in BASE_BEGIN_NAMESPACE()
42 …(((((hi(lo(a) * lo(b)) + lo(a) * hi(b)) & uint32_t(-1)) + hi(a) * lo(b)) & uint32_t(-1)) << 32ull); in BASE_BEGIN_NAMESPACE()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_event_list.cpp51 int32_t hi = size - 1; in FindBestIndex() local
52 while (lo <= hi) { in FindBestIndex()
53 int32_t mid = (hi - lo) / 2 + lo; in FindBestIndex()
56 hi = mid - 1; in FindBestIndex()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp180 auto hi = size - 1; in UpdateIndex() local
182 auto endTs = timestamps->GetValueAt(hi); in UpdateIndex()
186 while (lo <= hi) { in UpdateIndex()
187 const auto mid = lo + (hi - lo) / 2; in UpdateIndex()
197 hi = mid - 1; in UpdateIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h92 auto hi = [](uint64_t x) { return x >> INT32SIZE; }; in Mul64()
95 uint64_t hx_ly = hi(x) * lo(y); in Mul64()
96 uint64_t lx_hy = lo(x) * hi(y); in Mul64()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h24 static constexpr const T& TPin(const T& x, const T& lo, const T& hi) in TPin() argument
26 return std::max(lo, std::min(x, hi)); in TPin()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-JavaScript-coding-style-guide.md53 console.log(`hi, ${this.username}`);
426 alert('hi'); //被执行,界面弹出显示:hi
435 alert('hi');
722 console.log('hi, ' + name);
730 console.log(`hi, ${name}`);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkcompiler.md52 const object = { property: "hi" };
60 const object = { property: "hi" };
/ohos5.0/docs/zh-cn/third-party-cases/
H A Ddifferent-operations-for-one-component.md30 @State button_text:string = 'hi'
127 @State button_text:string = 'hi'
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h102 int32_t hi = static_cast<int32_t>(size);
104 while (lo <= hi) {
105 const auto mid = lo + (hi - lo) / 2;
115 hi = mid - 1;
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa.c170 unsigned long hi = 0; in lin_mul_word() local
172 __asm__ volatile ("umulh %0, %1, %2" : "+r"(hi) : "r"(a), "r"(b) :); in lin_mul_word()
173 *res_hi = hi; in lin_mul_word()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp454 uint32_t hi = ((aroundPixels.color00 >> SHIFT_8_BIT) & mask) * scale; in FilterProc() local
458 hi += ((aroundPixels.color01 >> SHIFT_8_BIT) & mask) * scale; in FilterProc()
462 hi += ((aroundPixels.color10 >> SHIFT_8_BIT) & mask) * scale; in FilterProc()
465 hi += ((aroundPixels.color11 >> SHIFT_8_BIT) & mask) * xy; in FilterProc()
467 return ((lo >> SHIFT_8_BIT) & mask) | (hi & ~mask); in FilterProc()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dintroduction-to-arkts.md30 let hi: string = 'hello';
31 hi = 'hello, world';
647 function hi1() { console.log('hi'); }
648 function hi2(): void { console.log('hi'); }
1726 export function hi() {
1739 let hi = ns.hi;
1741 hi();
H A Darkts-coding-style-guide.md73 console.log('hi' + this.username);
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkcompiler.md52 const object = { property: "hi" };
60 const object = { property: "hi" };
/ohos5.0/build/docs/
H A Dhow-to-use-the-ndk-tools.md139 Hello hi;
140 hi.print();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.h171 #define GET_ENUM_PARAM(argc, value, lo, hi) … argument
174 …if (value < lo || value > hi) { …
365 … bool ConvertFromJsNumber(napi_env env, napi_value jsValue, int32_t& value, int32_t lo, int32_t hi) in ConvertFromJsNumber() argument
367 return napi_get_value_int32(env, jsValue, &value) == napi_ok && value >= lo && value <= hi; in ConvertFromJsNumber()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
H A Dplural.txt24 hi "", "= 0 o = 1", "", "", "", ""
H A DdecimalPlurals.txt24 hi "", "i = 0", "", "", "", ""
H A Dlocales.txt283 hi
284 hi-IN
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-JavaScript-coding-style-guide.md52 console.log(`hi, ${this.username}`);
425 alert('hi'); //It is executed, and the following information is displayed: hi
434 alert('hi');
723 console.log('hi, ' + name);
731 console.log(`hi, ${name}`);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.h268 …l ConvertClampFromJsValue(napi_env env, napi_value jsValue, int32_t& value, int32_t lo, int32_t hi) in ConvertClampFromJsValue() argument
274 value = std::clamp(value, lo, hi); in ConvertClampFromJsValue()
/ohos5.0/base/telephony/telephony_data/
H A DREADME_zh.md216 values.Put(SmsMmsInfo::MSG_CONTENT, "hi ohos");
/ohos5.0/docs/en/application-dev/quick-start/
H A Dintroduction-to-arkts.md38 let hi: string = 'hello';
39 hi = 'hello, world';
657 function hi1() { console.log('hi'); }
658 function hi2(): void { console.log('hi'); }
1761 export function hi() {
1774 let hi = ns.hi;
1776 hi();

1234