/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/ |
H A D | hiview_event.h | 187 #define HIEVENT_FAULT_REPORT(id, k, v) HiEventPrintf(HIEVENT_FAULT, (id), (k), (v)) argument 189 #define HIEVENT_FAULT_REPORT(id, k, v) argument 193 #define HIEVENT_UE_REPORT(id, k, v) HiEventPrintf(HIEVENT_UE, (id), (k), (v)) argument 195 #define HIEVENT_UE_REPORT(id, k, v) argument 199 #define HIEVENT_STAT_REPORT(id, k, v) HiEventPrintf(HIEVENT_STAT, (id), (k), (v)) argument 201 #define HIEVENT_STAT_REPORT(id, k, v) argument 213 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) HiEventPutInteger(pEvent, k, v) argument 217 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) argument
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_stats.cpp | 65 for (const auto &k : keys) { in GetTotalStats() local 66 iface_stats_value v = {0}; in GetTotalStats() local 105 for (const auto &k : keys) { in GetAllSimStatsInfo() local 106 stats_value v = {}; in GetAllSimStatsInfo() local 153 for (const auto &k : keys) { in GetAllStatsInfo() local 154 stats_value v = {}; in GetAllStatsInfo() local 191 for (const auto &k : keys) { in DeleteStatsInfo() local
|
H A D | bpf_netfirewall.cpp | 79 for (const CtKey &k : keys) { in ConntrackGcTask() local 80 CtVaule v = {}; in ConntrackGcTask() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/ |
H A D | devices_info_interact.cpp | 103 DistributedKv::Key k(key); in GetMLDeviceInfos() local 104 DistributedKv::Value v; in GetMLDeviceInfos() local 136 DistributedKv::Key k(key); in PutMLDeviceInfos() local 137 DistributedKv::Value v(val); in PutMLDeviceInfos() local
|
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_event.c | 33 #define GET_UINT32_BYTE1(v) (uint8)(((uint32)(v)) & 0x000000FF) argument 34 #define GET_UINT32_BYTE2(v) (uint8)((((uint32)(v)) & 0x0000FF00) >> 8) argument 35 #define GET_UINT32_BYTE3(v) (uint8)((((uint32)(v)) & 0x00FF0000) >> 16) argument 36 #define GET_UINT32_BYTE4(v) (uint8)((((uint32)(v)) & 0xFF000000) >> 24) argument 129 static uint8 HiEventEncode(uint8 k, int32 v, uint8 last, uint8 *encodeOut) in HiEventEncode()
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_cached.cpp | 128 ifaceNameIdentMap_.Iterate([&allInfos](const std::string &k, const std::string &v) { in GetKernelStats() 148 ifaceNameIdentMap_.Iterate([&SimInfos](const std::string &k, const std::string &v) { in GetKernelStats() 198 ifaceNameIdentMap_.Iterate([&statsInfos](const std::string &k, const std::string &v) { in CacheUidStats() 258 ifaceNameIdentMap_.Iterate([&statsInfos](const std::string &k, const std::string &v) { in CacheUidSimStats()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | medialibrary_kvstore.cpp | 82 Key k(key); in Insert() local 83 Value v(value); in Insert() local 123 Key k(key); in Delete() local 141 Key k(key); in Query() local 142 Value v(tmp); in Query() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage.cpp | 178 Key k(key); in GetDeviceProfile() local 179 Value v; in GetDeviceProfile() local 266 Key k(key); in DeleteDeviceProfile() local 376 Key k(key); in GetDeviceProfile() local 377 Value v; in GetDeviceProfile() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/ |
H A D | sa_map_type_emitter.cpp | 99 StringBuilder k; in EmitRustReadVar() local 100 StringBuilder v; in EmitRustReadVar() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_decoder.cpp | 156 int32_t *v = v_[ch]; in Synthesize4() local 173 int k = (i + VALUE_4) & 0xf; in Synthesize4() local 220 int k = (i + INDEX_8) & 0xf; in Synthesize8() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 80 let k; variable 92 async onRemoteMessageRequest(s, t, u, v) { argument 294 async onRemoteMessageRequest(s, t, u, v) { argument 611 async onRemoteMessageRequest(s, t, u, v) { argument 682 async onRemoteMessageRequest(s, t, u, v) { argument
|
/ohos5.0/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/ |
H A D | netsys_bpf_stats_test.cpp | 381 for (const auto &k : keys) { variable 382 sock_netns_value v = {}; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 72 for (int k = eta - a + 1; k < eta + a + 1; k++) { in GetWeights() local 106 inline uint32_t SLRCast(float v) in SLRCast() 244 for (int k = 0; k < maxThread - stepMod; k++) { in Parallel() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 145 static void SortByLens(vector<T>& v, const T* list, int num) in SortByLens() 190 uint16_t k = 0; in HilogShowDomainStatsInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 266 auto function = [num](double& v) { v *= num; }; in operator *() 318 for (auto k = 0; k < DIMENSION; k++) { in operator *() local 464 for (auto k = 0; k < columns_; k++) { in operator *() local
|
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | rust_code_emitter.cpp | 407 StringBuilder k; in ReadMapFromParcel() local 408 StringBuilder v; in ReadMapFromParcel() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument 2156 onPlaceChildren(k, l, m) { argument
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto… variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 623 float CapMax(float v) in CapMax() 638 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo24Bit() local 648 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo32Bit() local 1090 for (int16_t k = 1; k < channels; k++) { in InitSignalData() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 228 static float CapMax(float v) in CapMax() 243 float v = CapMax(tmp) * (1 << (BIT_16 - 1)); in ConvertFromFloatTo16Bit() local 252 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo24Bit() local 262 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo32Bit() local 792 for (uint32_t k = 0; k < n; k++) { in SinkRenderPrimaryInputsDropCap() local 958 for (uint32_t k = 0; k < n; k++) { in SinkRenderPrimaryInputsDrop() local 1004 for (uint32_t k = 0; k < n; k++) { in SinkRenderMultiChannelInputsDrop() local 1846 for (int32_t k = 0; k < u->bufferAttr->frameLen * u->bufferAttr->numChanOut; k++) { in PrimaryEffectProcess() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 74 inline constexpr float PassThrough(float v) in PassThrough() 80 static constexpr T Saturate(T v) noexcept in Saturate() 784 int v = static_cast<int>(ubase[i / 2 * bufferStride + (j / 2) * 2]); in ConvertYUV420SPToRGBA() local 796 for (int k = 0; k < 3; k++) { // 3 is index in ConvertYUV420SPToRGBA() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1288 constructor(t, u, v, w) { argument 1326 constructor(k, l, m, n) { argument
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 631 std::string k = "k"; variable 632 bool v = true; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 776 … ifaceNameIdentMaps.Iterate([&err, &reply](const std::string &k, const std::string &v) -> void { in OnGetIfaceNameIdentMaps()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 124 panda::Local<panda::JSValueRef> NapiValueToLocalValue(napi_value v) in NapiValueToLocalValue() 1882 for (uint32_t k = 1; k < column; k++) { in GetSourceCodeInfo() local
|