Home
last modified time | relevance | path

Searched defs:val (Results 3026 - 3050 of 3711) sorted by relevance

1...<<121122123124125126127128129130>>...149

/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp708 int32_t val = 0; in OnBufferingUpdateCb() local
712 (void)infoBody.GetIntValue(std::string(PlayerKeys::PLAYER_BUFFERING_START), val); in OnBufferingUpdateCb() local
715 (void)infoBody.GetIntValue(std::string(PlayerKeys::PLAYER_BUFFERING_END), val); in OnBufferingUpdateCb() local
718 (void)infoBody.GetIntValue(std::string(PlayerKeys::PLAYER_BUFFERING_PERCENT), val); in OnBufferingUpdateCb() local
721 (void)infoBody.GetIntValue(std::string(PlayerKeys::PLAYER_CACHED_DURATION), val); in OnBufferingUpdateCb() local
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp87 int32_t val = 0; in g_parseInputDevice() local
[all...]
H A Dmultimodal_input_connect_proxy.cpp76 int32_t val = 0; in ParseInputDevice() local
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp1011 int32_t val = 0; in ReadFromParcel() local
1051 double val; in ReadAxisFromParcel() local
1092 uint32_t val = 0; in ReadEnhanceDataFromParcel() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1009 napi_value GetWindowRectIntValue(napi_env env, int val) in GetWindowRectIntValue() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp120 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dlnn_data_cloud_sync_mock.cpp101 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1129 const unsigned char *val = sqlite3_column_text(stmt, index); in GetColumnTextValue() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1489 std::string val = status ? "true" : "false"; in SetLogTriggerStatus() local
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp961 std::string val; in BindStmtWithCloudGid() local
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp842 int64_t val = 0; in BindValueToInsertLogStatement() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2426 Value val; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp29 int64_t val = 0; in BindInt64() local
50 bool val = false; in BindBool() local
71 double val = 0.0; in BindDouble() local
114 Bytes val; in BindBlob() local
153 Bytes val; BindAsset() local
207 int64_t val = 0; Int64ToVector() local
219 bool val = false; BoolToVector() local
231 double val = 0.0; DoubleToVector() local
236 s << val; DoubleToVector() local
244 std::string val; TextToVector() local
265 Asset val; BlobToVector() local
275 Assets val; BlobToVector() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp144 vector<Entry> GenRanKeyVal(int putGetTimes, int keyLength, int valueLength, char val) in GenRanKeyVal() argument
218 Value GetValueWithInt(int val) in GetValueWithInt() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp543 const unsigned char *val = sqlite3_column_text(statement, index); in GetColumnTextValue() local
1754 auto val = sqlite3_value_int64(argv[1]); // 1 : second argv for value in UpdateMetaDataWithinTrigger() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1778 auto val = std::get_if<int64_t>(&value.value); in GetVersion() local
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp112 static void InitLocalIdCache(struct CloudDiskFuseData *data, const std::string &key, const int64_t val) in InitLocalIdCache() argument
817 int32_t val = std::stoi(value); in HandleCloudRecycle() local
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp626 int32_t val = -1; in LocationSetXattr() local
628 transfer >> val; in LocationSetXattr() local
683 static int32_t RecycleSetValue(int32_t val, ValuesBucket &setXAttr) in RecycleSetValue() argument
734 int32_t val = std::stoi(value); RecycleSetXattr() local
785 int32_t val = std::stoi(value); FavoriteSetXattr() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp870 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t len, const uint8_t *val, const uint8_t unitLen) in TlvTriplet() argument
882 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t val) in TlvTriplet() argument
886 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint16_t val) in TlvTriplet() argument
890 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint32_t val) in TlvTriplet() argument
894 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint64_t val) in TlvTriplet() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp113 static inline uint32_t ToUint32(uint64_t val) in ToUint32() argument
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_idct_lsx.c236 int32_t val; in vp9_idct8x8_1_add_lsx() local
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c226 int dc, val, pos; in jpg_decode_block() local
1309 int val = bytestream2_get_be32(gb); g2m_load_cursor() local
[all...]
H A Dlibaomenc.c309 codecctl_int(AVCodecContext *avctx, aome_enc_control_id id, int val) codecctl_int() argument
H A Dmjpegdec.c812 int code, i, j, level, val; in decode_block() local
862 unsigned val; in decode_dc_progressive() local
881 int code, i, j, val, run; decode_block_progressive() local
980 int code, i = ss, j, sign, val, run; decode_block_refinement() local
2194 int val; find_marker() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c407 uint32_t row, col, val; in hevc_intra_pred_dc_8x8_msa() local
466 uint32_t row, col, val; in hevc_intra_pred_dc_16x16_msa() local

Completed in 64 milliseconds

1...<<121122123124125126127128129130>>...149