/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 126 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 D | obex_utils.h | 55 static void ObexHeaderItemDebug(const ObexOptionalHeader &hi);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | compile_time_hashes.h | 34 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 D | bundle_active_event_list.cpp | 51 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 D | track_animation_state.cpp | 180 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 D | canvas_paint_mem.h | 92 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 D | font_style.h | 24 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 D | OpenHarmony-JavaScript-coding-style-guide.md | 53 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 D | changelogs-arkcompiler.md | 52 const object = { property: "hi" }; 60 const object = { property: "hi" };
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | different-operations-for-one-component.md | 30 @State button_text:string = 'hi' 127 @State button_text:string = 'hi'
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | interface_helpers.h | 102 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 D | hvb_rsa.c | 170 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 D | basic_transformer.cpp | 454 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 D | introduction-to-arkts.md | 30 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 D | arkts-coding-style-guide.md | 73 console.log('hi' + this.username);
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-arkcompiler.md | 52 const object = { property: "hi" }; 60 const object = { property: "hi" };
|
/ohos5.0/build/docs/ |
H A D | how-to-use-the-ndk-tools.md | 139 Hello hi; 140 hi.print();
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_utils.h | 171 #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 D | plural.txt | 24 hi "", "= 0 o = 1", "", "", "", ""
|
H A D | decimalPlurals.txt | 24 hi "", "i = 0", "", "", "", ""
|
H A D | locales.txt | 283 hi 284 hi-IN
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-JavaScript-coding-style-guide.md | 52 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 D | napi_common.h | 268 …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 D | README_zh.md | 216 values.Put(SmsMmsInfo::MSG_CONTENT, "hi ohos");
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | introduction-to-arkts.md | 38 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();
|