Home
last modified time | relevance | path

Searched refs:get (Results 11076 - 11100 of 11802) sorted by relevance

1...<<441442443444445446447448449450>>...473

/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/
H A Denhancement_manager.cpp101 MEDIA_ERR_LOG("Failed to get resultset row count, ret: %{public}d", ret); in CheckResultSet()
105 MEDIA_INFO_LOG("Failed to get count, count: %{public}d", count); in CheckResultSet()
137 item.value() = to_string(item.value().get<int>()); in FillBundleWithWaterMarkInfo()
156 MEDIA_INFO_LOG("can not get async worker"); in InitAsync()
700 MEDIA_INFO_LOG("Failed to get resultSet from HandleGetPairOperation"); in HandleGetPairOperation()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp166 MEDIA_LOGE("Failed to get the representation of constructor object"); in CreateAudioRecorder()
190 // get args in CreateAudioRecorderAsync()
205 MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in CreateAudioRecorderAsync()
356 CHECK_AND_RETURN_RET_LOG(status == napi_ok, MSERR_INVALID_OPERATION, "can not get uri property"); in GetAudioUriPath()
361 CHECK_AND_RETURN_RET_LOG(status == napi_ok, MSERR_INVALID_OPERATION, "can not get uri content"); in GetAudioUriPath()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp579 objectStub_.args = (void*)cb.get(); in SetPlayerCallback()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp53 workStatus_ = std::make_shared<WorkStatus>(*(workInfo_.get()), -1); in SetUpTestCase()
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp474 ZLOGE(LABEL, "fatal error, could not get registry object"); in Java_ohos_rpc_IPCSkeleton_nativeGetContextObject()
704 ZLOGE(LABEL, "Fail to get native parcel for reply"); in Java_ohos_rpc_RemoteProxy_nativeSendRequest()
710 ZLOGE(LABEL, "Fail to get native parcel for reply"); in Java_ohos_rpc_RemoteProxy_nativeSendRequest()
726 int result = target->SendRequest(code, *nativeData, *nativeReply, *nativeOption.get()); in Java_ohos_rpc_RemoteProxy_nativeSendRequest()
949 ZLOGE(LABEL, "JRemoteObject get method execTransact failed"); in JavaOhosRpcRemoteObjectRegisterNativeMethods()
957 ZLOGE(LABEL, "JRemoteObject get method execTransact failed"); in JavaOhosRpcRemoteObjectRegisterNativeMethods()
965 ZLOGE(LABEL, "JRemoteObject get field mNativeHolder failed"); in JavaOhosRpcRemoteObjectRegisterNativeMethods()
985 ZLOGE(LABEL, "JRemoteProxy get method getInstance failed"); in JavaOhosRpcRemoteProxyRegisterNativeMethods()
996 ZLOGE(LABEL, "JRemoteProxy get method sendObituary failed"); in JavaOhosRpcRemoteProxyRegisterNativeMethods()
1004 ZLOGE(LABEL, "JRemoteProxy get fiel in JavaOhosRpcRemoteProxyRegisterNativeMethods()
[all...]
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp60 env, result, reinterpret_cast<void *>(manager.get()), in NewInstanceWithConstructor()
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DKvManagerKVPromiseJsTest.js149 * @tc.desc Test Js Api KVManager.GetKVStore() get an already open kvstore
536 * @tc.desc Test Js Api KVManager.DeleteKVStore() without get
696 await store.get(STORE_KEY).then((data) => {
697 console.info("CreateKVManagerPromiseFullFuncTest get data success");
700 console.error('CreateKVManagerPromiseFullFuncTest get data err' + `, error code is ${err.code}, message is ${err.message}`);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp146 DistributedKv::Value value = isSchemaStore ? DistributedKv::Blob(std::get<std::string>(ctxt->value)) in Put()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp168 auto val = std::get<_First>(input); in WriteVariant()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp487 auto array = std::get<std::vector<uint8_t>>(value); in SetValue()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp343 LOGE("The found device get online param failed."); in OnDeviceFound()
354 uint32_t capabilityType = jsonObject[PARAM_KEY_DISC_CAPABILITY].get<uint32_t>(); in OnDeviceFound()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp229 MockGetLocalNodeDeviceInfo(DH_FWK_PKG_NAME.c_str(), info.get()); in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp52 LOGE("Failed to get remote object"); in OpenSrcFile()
88 LOGE("Failed to get stat of file by fd: %{public}d ,errno = %{public}d", srcFdg->GetFD(), errno); in SendFileCore()
94 ret = uv_fs_sendfile(nullptr, sendFileReq.get(), destFdg->GetFD(), srcFdg->GetFD(), in SendFileCore()
403 LOGE("failed to get listener progress"); in OnFileReceive()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp601 PacketRead(pkt, event.data_.get(), 0, dataLength); in HidHostRecvDataCallback()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp402 reply.WriteParcelable(snapshot.get()); in HandleGetSessionSnapshot()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp690 windowInfoList[0].pixelMap = static_cast<void*>(tempPixeMap.get()); in HWTEST_F()
/third_party/ffmpeg/libavcodec/arm/
H A Dvc1dsp_neon.S206 @ Sometimes this overflows, so to get one additional bit of precision, use
/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm129 VPBROADCASTD m2, xm2 ; m2=i (all lanes get same values, we add the offset-per-lane, later)
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java201 errln("Couldn't get collationKey for source"); in compareArray()
208 errln("Couldn't get collationKey for target"); in compareArray()
418 // Unicode characters need to be recursively decomposed to get the
668 // With Canonical decomposition, Hangul syllables should get decomposed in Test4114076()
703 // Ensure that we get the same results with decomposition off in Test4114077()
1087 int expect = ((Integer)elements.get(index)).intValue(); in Test4179686()
1311 errln("Failure to get a CollationKey from a My4146160Collator.");
/third_party/googletest/googletest/src/
H A Dgtest-port.cc187 // get number of structs
520 return value_pos->second.get(); in GetValueOnCurrentThread()
1059 // Context.getExternalStorageDirectory() method through JNI to get
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h398 // from the impl, but some users really want to get their impl back when in GetDescriberImpl()
400 // We use std::get on a tuple as a workaround of not having `if constexpr`. in GetDescriberImpl()
401 return std::get<( in GetDescriberImpl()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java142 errors.add(errorNamesToErrors.get(e)); in set()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java204 errln("Couldn't get collationKey for source"); in compareArray()
211 errln("Couldn't get collationKey for target"); in compareArray()
421 // Unicode characters need to be recursively decomposed to get the
671 // With Canonical decomposition, Hangul syllables should get decomposed in Test4114076()
706 // Ensure that we get the same results with decomposition off in Test4114077()
1090 int expect = ((Integer)elements.get(index)).intValue(); in Test4179686()
1314 errln("Failure to get a CollationKey from a My4146160Collator.");
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java236 errors.add(errorNamesToErrors.get(e)); in set()
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp38 // Note that if zoneID is invalid, we get back GMT. This odd in _createTimeZone()
499 return ((Calendar*)cal)->get(field, *status); in ucal_get()

Completed in 41 milliseconds

1...<<441442443444445446447448449450>>...473