Home
last modified time | relevance | path

Searched refs:get (Results 8976 - 9000 of 15595) sorted by relevance

1...<<351352353354355356357358359360>>...624

/foundation/multimedia/media_library/frameworks/js/src/
H A Dcloud_enhancement_napi.cpp328 napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), CloudEnhancementNapi::Destructor, nullptr, in Constructor()
408 NapiError::ThrowError(env, OHOS_INVALID_PARAM_CODE, "ParseArgGetPhotoAsset failed to get photoAsset"); in ParseArgGetPhotoAsset()
414 NapiError::ThrowError(env, OHOS_INVALID_PARAM_CODE, "failed to get asset napi object"); in ParseArgGetPhotoAsset()
428 "Failed to get args"); in ParseArgsSubmitCloudEnhancementTasks()
599 "Failed to get args"); in ParseArgsCancelCloudEnhancementTasks()
826 int32_t fileId = get<int32_t>(ResultSetUtils::GetValFromColumn(MediaColumn::MEDIA_ID, resultSet, TYPE_INT32)); in QueryCloudEnhancementTaskStateExecute()
827 string photoId = get<string>(ResultSetUtils::GetValFromColumn(PhotoColumn::PHOTO_ID, resultSet, TYPE_STRING)); in QueryCloudEnhancementTaskStateExecute()
829 get<int32_t>(ResultSetUtils::GetValFromColumn(PhotoColumn::PHOTO_CE_AVAILABLE, resultSet, TYPE_INT32)); in QueryCloudEnhancementTaskStateExecute()
830 int32_t CEErrorCode = get<int32_t>(ResultSetUtils::GetValFromColumn(PhotoColumn::PHOTO_CE_STATUS_CODE, in QueryCloudEnhancementTaskStateExecute()
959 NAPI_ERR_LOG("Fail to get fileAsse in GetPairAsset()
[all...]
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp185 // get args in JsCreateAVTransCoder()
193 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get AsyncContext"); in JsCreateAVTransCoder()
203 MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsCreateAVTransCoder()
241 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get AsyncContext"); in JsPrepare()
271 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsPrepare()
447 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get AsyncContext"); in ExecuteByPromise()
476 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in ExecuteByPromise()
486 MediaTrace trace("AVTransCoderNapi::get url"); in JsGetSrcUrl()
494 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get AsyncContext"); in JsGetSrcUrl()
516 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get AsyncContex in JsSetSrcFd()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp428 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnGetCutoutInfo()
480 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnGetAvailableArea()
515 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnHasImmersiveWindow()
583 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnGetSupportedColorSpaces()
652 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnGetSupportedHDRFormats()
799 WLOGFE("Failed to get jsObject"); in CreateJsDisplayObject()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp723 return *item.get() == observer; in DoSubScribe()
732 store_->SubscribeObserver(subscribeOption, ndkObserver) : store_->Subscribe(subscribeOption, ndkObserver.get()); in DoSubScribe()
754 store_->UnsubscribeObserver(subscribeOption, *it) : store_->UnSubscribe(subscribeOption, it->get()); in DoUnsubScribe()
1003 (*observer_->callback.briefObserver)(observer_->context, deviceIds.get(), count); in OnChange()
1046 Rdb_ChangeInfo **infos = (Rdb_ChangeInfo **)(buffer.get()); in OnChange()
/kernel/linux/linux-5.10/sound/isa/ad1816a/
H A Dad1816a_lib.c745 .get = snd_ad1816a_get_single, .put = snd_ad1816a_put_single, \
750 .get = snd_ad1816a_get_single, .put = snd_ad1816a_put_single, \
809 .get = snd_ad1816a_get_double, .put = snd_ad1816a_put_double, \
815 .get = snd_ad1816a_get_double, .put = snd_ad1816a_put_double, \
923 .get = snd_ad1816a_get_mux,
/kernel/linux/linux-5.10/sound/spi/
H A Dat73c213.c644 .get = snd_at73c213_mono_switch_get, \
655 .get = snd_at73c213_stereo_get, \
674 .get = snd_at73c213_mono_get,
687 .get = snd_at73c213_mono_get,
698 .get = snd_at73c213_stereo_get,
980 dev_dbg(&spi->dev, "could not get ssc%d device\n", in snd_at73c213_probe()
/kernel/linux/linux-6.6/fs/
H A Dxattr.c392 if (!handler->get) in vfs_getxattr_alloc()
394 error = handler->get(handler, dentry, inode, name, NULL, 0); in vfs_getxattr_alloc()
405 error = handler->get(handler, dentry, inode, name, value, error); in vfs_getxattr_alloc()
422 if (!handler->get) in __vfs_getxattr()
424 return handler->get(handler, dentry, inode, name, value, size); in __vfs_getxattr()
1024 * The get and set xattr handler operations are called with the remainder of
1026 * is passed to the get operation of a handler with prefix "user." to get
1143 * simple_xattr_get - get an xattr object
1291 * @inode: inode from which to get th
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_audio.c1122 .get = u_audio_pitch_get,
1129 .get = u_audio_pitch_get,
1136 .get = u_audio_mute_get,
1143 .get = u_audio_volume_get,
1151 .get = u_audio_rate_get,
/kernel/linux/linux-6.6/sound/spi/
H A Dat73c213.c644 .get = snd_at73c213_mono_switch_get, \
655 .get = snd_at73c213_stereo_get, \
674 .get = snd_at73c213_mono_get,
687 .get = snd_at73c213_mono_get,
698 .get = snd_at73c213_stereo_get,
980 dev_dbg(&spi->dev, "could not get ssc%d device\n", in snd_at73c213_probe()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_xcvr.c166 .get = fsl_xcvr_capds_get,
878 .get = fsl_xcvr_rx_cs_get,
886 .get = fsl_xcvr_rx_cs_get,
897 .get = fsl_xcvr_tx_cs_get,
906 .get = fsl_xcvr_tx_cs_get,
1268 dev_err(dev, "failed to get ipg clock\n"); in fsl_xcvr_probe()
1274 dev_err(dev, "failed to get phy clock\n"); in fsl_xcvr_probe()
1280 dev_err(dev, "failed to get spba clock\n"); in fsl_xcvr_probe()
1286 dev_err(dev, "failed to get pll_ipg clock\n"); in fsl_xcvr_probe()
1308 dev_err(dev, "failed to get XCV in fsl_xcvr_probe()
[all...]
/third_party/ffmpeg/libavformat/
H A Did3v2.c250 unsigned int (*get)(AVIOContext*) = avio_rb16; in decode_str()
286 get = avio_rl16; in decode_str()
295 get = avio_rl16; in decode_str()
300 get = avio_rl16; in decode_str()
315 GET_UTF16(ch, ((left -= 2) >= 0 ? get(pb) : 0), break;) in decode_str()
388 /* dst now contains the key, need to get value */ in read_ttag()
/third_party/alsa-utils/amixer/
H A Damixer.c80 printf(" sget sID get contents for one mixer simple control\n"); in help()
84 printf(" cget cID get control contents for one control\n"); in help()
218 int (*get)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t c, member
378 if (vol_ops[dir].v[vol_type].get(elem, chn, &orig) < 0) in set_volume_simple()
759 vol_ops[dir].v[VOL_RAW].get(elem, chn, &raw); in show_selem_volume()
763 vol_ops[dir].v[std_vol_type].get(elem, chn, &val); in show_selem_volume()
767 if (!vol_ops[dir].v[VOL_DB].get(elem, chn, &val)) { in show_selem_volume()
1898 } else if (!strcmp(argv[optind], "sget") || !strcmp(argv[optind], "get")) { in main()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h526 return lhs.expectation_base_.get() < rhs.expectation_base_.get();
1545 Sequence* const implicit_sequence = g_gmock_implicit_sequence.get();
1648 static_cast<TypedExpectation<F>*>(it->get());
1680 static_cast<TypedExpectation<F>*>(untyped_expectations_[i].get());
1759 // We must get Google Mock's reaction on uninteresting calls
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java251 return m_trie_.get(ch); in getProperty()
267 return m_additionalVectors_[m_additionalTrie_.get(codepoint) + column]; in getAdditional()
779 return trie != null ? trie.get(c) : 0;
790 return trie != null ? trie.get(c) : 0;
801 return trie != null ? trie.get(c) : 0;
1718 * making it necessary to get repetitive ranges by intersecting
1731 * - Combine sets of ranges for multiple tries to get sufficient sets
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp185 ucsdet_setText(csd.getAlias(), bytes.get(), byteLength, &status); in checkEncoding()
374 ucsdet_setText(csd.getAlias(), beBytes.get(), beLength, &status); in UTF16Test()
387 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf); in UTF16Test()
391 ucsdet_setText(csd.getAlias(), leBytes.get(), leLength, &status); in UTF16Test()
408 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf); in UTF16Test()
534 return; /* Couldn't get path: error message already output. */ in DetectionTest()
823 ucsdet_setText(csd1.getAlias(), bWindows.get(), lWindows, &status); in Ticket6954Test()
832 ucsdet_setText(csd2.getAlias(), bISO.get(), lISO, &status); in Ticket6954Test()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java95 int errorValue = map.get(-1); in fromCodePointMap()
96 int initialValue = map.get(MAX_UNICODE); in fromCodePointMap()
128 public int get(int c) { in get() method in MutableCodePointTrie
270 * @param start the first code point to get the value
271 * @param end the last code point to get the value (inclusive)
540 // Ensure that we do not even partially get past length. in findSameBlock()
554 // Ensure that we do not even partially get past limit. in findAllSameBlock()
1376 highValue = get(MAX_UNICODE); in compactTrie()
1399 asciiData[i] = get(i); in compactTrie()
1404 // and get a in compactTrie()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterProperty.java251 return m_trie_.get(ch); in getProperty()
267 return m_additionalVectors_[m_additionalTrie_.get(codepoint) + column]; in getAdditional()
760 return trie != null ? trie.get(c) : 0;
771 return trie != null ? trie.get(c) : 0;
782 return trie != null ? trie.get(c) : 0;
1698 * making it necessary to get repetitive ranges by intersecting
1711 * - Combine sets of ranges for multiple tries to get sufficient sets
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java93 int errorValue = map.get(-1); in fromCodePointMap()
94 int initialValue = map.get(MAX_UNICODE); in fromCodePointMap()
125 public int get(int c) { in get() method in MutableCodePointTrie
264 * @param start the first code point to get the value
265 * @param end the last code point to get the value (inclusive)
532 // Ensure that we do not even partially get past length. in findSameBlock()
546 // Ensure that we do not even partially get past limit. in findAllSameBlock()
1368 highValue = get(MAX_UNICODE); in compactTrie()
1391 asciiData[i] = get(i); in compactTrie()
1396 // and get a in compactTrie()
[all...]
/third_party/node/src/
H A Dnode_zlib.cc1127 last_result_ = BrotliEncoderCompressStream(state_.get(), in DoThreadPoolWork()
1164 if (!BrotliEncoderSetParameter(state_.get(), in SetParams()
1195 last_result_ = BrotliDecoderDecompressStream(state_.get(), in DoThreadPoolWork()
1203 error_ = BrotliDecoderGetErrorCode(state_.get()); in DoThreadPoolWork()
1229 if (!BrotliDecoderSetParameter(state_.get(), in SetParams()
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc233 dns_tracker->cancel(dns_query_.get()); in ~HttpDownstreamConnection()
307 auto check_dns_result = dns_query_.get() != nullptr; in initiate_connection()
350 switch (dns_tracker->resolve(resolved_addr_.get(), dns_query.get())) { in initiate_connection()
376 raddr = resolved_addr_.get(); in initiate_connection()
965 // Some server send content-length: 0 for 204. Until they get in htp_hdrs_completecb()
1130 // get its value in htp_hdr_valcb, and it will be added to in htp_hdr_keycb()
1310 // to get read(2) error just in case. in write_clear()
1446 // to get read(2) error just in case. in write_tls()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc83 CanonicalHandlesMap::IteratableScope it_scope(canonical_handles.get()); in CopyCanonicalHandlesForTesting()
146 Object array_prot = context.get(Context::INITIAL_ARRAY_PROTOTYPE_INDEX); in CollectArrayAndObjectPrototypes()
147 Object object_prot = context.get(Context::INITIAL_OBJECT_PROTOTYPE_INDEX); in CollectArrayAndObjectPrototypes()
335 return script_context().get(slot_index()); in GetConstantHint()
565 base::Optional<ObjectRef> contents = context.get(context_slot_index); in ReadFeedbackForGlobalAccess()
/third_party/node/deps/v8/src/objects/
H A Dobject-macros.h380 bool holder::name() const { return BooleanBit::get(field(), offset); }
383 bool holder::name() const { return BooleanBit::get(field(), offset); } \
394 return BooleanBit::get(field(kRelaxedLoad), offset); \
667 return type::cast(get(k##name##Index)); \
673 return type::cast(get(IndexForEntry(i) + k##name##Offset)); \
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h322 return message_.get() != nullptr ? message_->c_str() : ""; in message()
344 if (message_.get() == nullptr) message_.reset(new ::std::string); in AppendMessage()
715 if (type_param_.get() != nullptr) return type_param_->c_str(); in type_param()
722 if (value_param_.get() != nullptr) return value_param_->c_str(); in value_param()
857 if (type_param_.get() != nullptr) return type_param_->c_str(); in type_param()
1992 // or you will get a compiler error. By "compatible" we mean that the
2323 // ::testing::Test>() here to get the type ID of testing::Test. This
/third_party/python/Lib/http/
H A Dclient.py316 # read until we get a non-100 response
344 tr_enc = self.headers.get("transfer-encoding")
357 length = self.headers.get("content-length")
384 conn = self.headers.get("connection")
396 if self.headers.get("keep-alive"):
405 pconn = self.headers.get("proxy-connection")
709 # entire chunk, and truncate what we get.
777 redirected to. The geturl() method can be used to get at this
/third_party/python/Lib/
H A Dpickletools.py70 # get the right result in all cases.
82 # get invented. The repertoire of the PM just keeps growing over time.
95 # pickle opcodes get added, and each version's unpickler can handle all the
1787 # Memo manipulation. There are really only two operations (get and put),
1970 supposed to reproduce the original object, or at least get it started.
2021 is used to get a class object.
2087 get the class object. That was always the intent; the implementations
2280 opcode = code2op.get(code.decode("latin-1"))
2331 get = 'GET'
2351 opcodes.append((get, ar
[all...]

Completed in 52 milliseconds

1...<<351352353354355356357358359360>>...624