/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1776 std::string result; in Dump() local 1777 BluetoothHostDumper::BluetoothDump(argsInStr8, result); in Dump() 1779 if (!SaveStringToFd(fd, result)) { in Dump()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 1003 std::string result; in HWTEST_F() local 1004 surface_->Dump(result); in HWTEST_F() 1008 surface_->Dump(result); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uifirst_manager_test.cpp | 942 std::list<NodeId> result; in HWTEST_F() local 948 uifirstManager_.SetNodePriorty(result, pendingNode); in HWTEST_F() 952 uifirstManager_.SetNodePriorty(result, pendingNode); in HWTEST_F()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 897 auto result = systemGraphLoader->Load(sysGraph, ecs); in LoadSystemGraph() local 898 if (!result.success) { in LoadSystemGraph() 899 WIDGET_LOGE("load system graph %s error %s", sysGraph.c_str(), result.error.c_str()); in LoadSystemGraph()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 750 IncludeResult* result = new (std::nothrow) IncludeResult(str, memory, std::distance(memory, last), 0);
751 if (result == 0) {
756 return result;
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_info.cpp | 1099 static bool GetFractionFromStr(const std::string &decimal, ExifRational &result) in GetFractionFromStr() argument 1117 result.numerator = static_cast<ExifLong>(numerator); in GetFractionFromStr() 1118 result.denominator = static_cast<ExifLong>(denominator); in GetFractionFromStr() 2063 IMAGE_LOGD("GetExifData %{public}s special result with %{public}d.", name.c_str(), res); in GetExifData()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_operation_test/src/ |
H A D | medialibrary_album_operation_test.cpp | 169 int result = MediaLibraryDataManager::GetInstance()->Update(queryCmd, valuesBucket, predicates); in HWTEST_F() local 170 EXPECT_EQ(result, E_INVALID_VALUES); in HWTEST_F() 171 MEDIA_INFO_LOG("portrait_set_display_level_001 End, result:%{public}d", result); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.cpp | 1066 std::unique_ptr<NapiAsyncTask::CompleteCallback>&& complete, napi_value* result)
in CreateAsyncTask() 1072 NAPI_CALL(env, napi_create_promise(env, &nativeDeferred, result));
in CreateAsyncTask() 1075 napi_get_undefined(env, result);
in CreateAsyncTask() 1064 CreateAsyncTask(napi_env env, napi_value lastParam, std::unique_ptr<NapiAsyncTask::ExecuteCallback>&& execute, std::unique_ptr<NapiAsyncTask::CompleteCallback>&& complete, napi_value* result) CreateAsyncTask() argument
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 62 napi_value result = nullptr; in NapiGetUndefined() local 63 napi_get_undefined(env, &result); in NapiGetUndefined() 64 return result; in NapiGetUndefined()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 314 LNN_LOGI(LNN_BUILDER, "report lnn result evt enter"); in ReportLnnResultEvt() 655 bleExtra->extra.result = extra->result; in DfxAddBleReportExtra() 786 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnAddOnlineNodeEnd() 938 LNN_LOGI(LNN_BUILDER, "report leave lnn result evt enter"); in ReportLeaveLNNResultEvt() 1245 LNN_LOGE(LNN_BUILDER, "auth result is null. [id=%{public}u]", connFsm->id); in OnAuthDone() 1254 "[id=%{public}u] auth done, authId=%{public}" PRId64 ", result=%{public}d, connType=%{public}d", in OnAuthDone() 1824 LNN_LOGE(LNN_BUILDER, "malloc auth result msg para fail"); in LnnSendAuthResultMsgToConnFsm() 1829 LNN_LOGE(LNN_BUILDER, "post auth result message to connFsm fail"); in LnnSendAuthResultMsgToConnFsm()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 1198 int RelationalTestUtils::CheckSqlResult(sqlite3 *db, const std::string &sql, bool &result) in CheckSqlResult() argument 1211 result = true; in CheckSqlResult() 1214 result = false; in CheckSqlResult()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 398 bool result = false; in HWTEST_F() local 400 EXPECT_EQ(RelationalTestUtils::CheckSqlResult(db, checkSql, result), E_OK); in HWTEST_F() 401 EXPECT_EQ(result, true); in HWTEST_F() 548 LOGD("result trigger: %s", resultTrigger.c_str()); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.cpp | 543 // maximum of result set size is 4 in GetResultSet() 546 LOGE("Over max result set size"); in GetResultSet() 564 LOGE("Create single version result set failed."); in GetResultSet() 571 LOGE("Open result set failed."); in GetResultSet() 587 // maximum of result set size is 4 in GetResultSet() 590 LOGE("Over max result set size"); in GetResultSet() 616 LOGE("Create single version result set failed."); in GetResultSet() 623 LOGE("Open result set failed."); in GetResultSet() 653 // check if result set closed in PreClose() 657 LOGE("The connection have [%zu] active result se in PreClose() 1760 bool result = logFileSize > naturalStore->GetMaxLogSize(); CheckLogOverLimit() local [all...] |
H A D | sqlite_utils.cpp | 659 auto result = reinterpret_cast<const char *>(sqlite3_column_text(statement, 0)); in CheckIntegrity() local 660 if (result == nullptr) { in CheckIntegrity() 664 if (strcmp(result, "ok") == 0) { in CheckIntegrity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client_parse.c | 500 int result; in SdpParseAttributeList() local 525 result = SdpParseSingleAttributeList(&bufferInfo, service); in SdpParseAttributeList() 532 return result; in SdpParseAttributeList()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 481 FcResult result = FcResultMatch; in load_font_fontconfig() local 522 best = FcFontMatch(fontconfig, pat, &result); in load_font_fontconfig() 525 if (!best || result != FcResultMatch) { in load_font_fontconfig() 1189 av_log(ctx, AV_LOG_ERROR, "Conversion of floating-point result to int failed. Control register: 0x%08x. Conversion result: %d\n", ret, intval); in func_eval_expr_int_format()
|
/third_party/curl/tests/unit/ |
H A D | unit1651.c | 349 CURLcode result; variable 363 result = Curl_extract_certinfo(data, 0, beg, end); 365 fail_unless(result == CURLE_OK, "Curl_extract_certinfo returned error");
|
/third_party/backends/backend/ |
H A D | qcam.c | 516 returned as the function result. Depending on the mode, it may be 862 result in poor images. */ in reader_process() 1092 SANE_Status result, status; in attach() local 1127 result = enable_ports (q); in attach() 1128 if (result != SANE_STATUS_GOOD) in attach()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 2838 StringBuilder result = new StringBuilder(upper.length()); in trimBlockName() 2842 result.append(c); in trimBlockName() 2845 return result.toString(); in trimBlockName() 4661 * to a result string with a different length as appropriate. 4678 * The result is a string whose length is 1 for BMP code points, 2 for supplementary ones. 4710 * to a result string with a different length as appropriate. 4733 * to a result string with a different length as appropriate. 5604 * They can map to a result string with a different length as appropriate. 5676 * They can map to a result string with a different length as appropriate.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberSkeletonImpl.java | 664 * Given that the current segment represents a stem, parse it and save the result. 856 * Given that the current segment represents an option, parse it and save the result. 1049 BytesTrie.Result result = tempStemTrie.next(segment, 0, segment.length()); in parseExponentSignOption() 1050 if (result != BytesTrie.Result.INTERMEDIATE_VALUE in parseExponentSignOption() 1051 && result != BytesTrie.Result.FINAL_VALUE) { in parseExponentSignOption()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberSkeletonImpl.java | 637 * Given that the current segment represents a stem, parse it and save the result. 812 * Given that the current segment represents an option, parse it and save the result. 985 BytesTrie.Result result = tempStemTrie.next(segment, 0, segment.length()); in parseExponentSignOption() 986 if (result != BytesTrie.Result.INTERMEDIATE_VALUE in parseExponentSignOption() 987 && result != BytesTrie.Result.FINAL_VALUE) { in parseExponentSignOption()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 2355 StringBuilder result = new StringBuilder(upper.length()); in trimBlockName() 2359 result.append(c); in trimBlockName() 2362 return result.toString(); in trimBlockName() 3965 * to a result string with a different length as appropriate. 3981 * The result is a string whose length is 1 for BMP code points, 2 for supplementary ones. 4012 * to a result string with a different length as appropriate. 4034 * to a result string with a different length as appropriate. 4870 * They can map to a result string with a different length as appropriate. 4937 * They can map to a result string with a different length as appropriate.
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 379 * @return The result of bitwise character comparison: 0 if this 396 * @return The result of bitwise character comparison: 0 if this 417 * @return The result of bitwise character comparison: 0 if this 435 * @return The result of bitwise character comparison: 0 if this 452 * @return The result of bitwise character comparison: 0 if this 473 * @return The result of bitwise character comparison: 0 if this 496 * @return The result of bitwise character comparison: 0 if this 511 * The result may be different from the results of compare(), operator<, etc. 518 * If either of the UTF-16 strings is malformed (i.e., it contains unpaired surrogates), then the result is not defined. 530 * The result ma [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 61 HRESULT result = S_OK;
in Write() local 63 result = _stream->Write(data, size, &size);
in Write() 69 return result;
in Write() 1158 (needExit = true) means that we must exit GetStream() even for S_OK result.
2556 // result = E_FAIL;
in SetDirsTimes()
|
/third_party/mbedtls/library/ |
H A D | rsa.c | 423 * one is the result is precisely the information the attacker wants. 549 * and the result of memcpy() would be undefined; prevent undefined in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 1369 * `to_mont_rep()` on them), yielding a result that's also * R mod N (aka in rsa_unblind() 1371 * N, so the result is directly what we want - no need to call in rsa_unblind() 1417 /* Temporary holding the result */ in mbedtls_rsa_private() 1437 * checked result; should be the same in the end. */ in mbedtls_rsa_private() 1556 /* Verify the result to prevent glitching attacks. */ in mbedtls_rsa_private() 2542 unsigned char result[MBEDTLS_MD_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_verify_ext() local 2632 result, mgf1_hash_id); in mbedtls_rsa_rsassa_pss_verify_ext() 2637 if (memcmp(hash_start, result, hle in mbedtls_rsa_rsassa_pss_verify_ext() [all...] |