Home
last modified time | relevance | path

Searched refs:result (Results 10851 - 10875 of 17461) sorted by relevance

1...<<431432433434435436437438439440>>...699

/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Dservice_proxy_mock.h60 MOCK_METHOD2(GetBackupInfo, ErrCode(BundleName &bundleName, std::string &result));
61 MOCK_METHOD3(UpdateTimer, ErrCode(BundleName &bundleName, uint32_t timeout, bool &result));
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_asset_manager_impl.cpp34 std::string &result) in UploadAsset()
43 int32_t ret = CloudSyncServiceProxy->UploadAsset(userId, request, result); in UploadAsset()
32 UploadAsset(const int32_t userId, const std::string &request, std::string &result) UploadAsset() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h66 std::string peerDevId, int32_t result);
69 void OnSoftbusTimeSyncResult(const TimeSyncResultInfo *info, int32_t result);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_asset_manager_impl_test.cpp71 std::string result = ""; in HWTEST_F() local
72 int32_t res = CloudSyncAssetManagerImpl::GetInstance().UploadAsset(userId, request, result); in HWTEST_F()
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_rl_map.h43 auto result = map_.insert(std::pair<K, V>(key, value)); in Insert() local
44 return result.second; in Insert()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.h105 * @brief Send the hold result.
108 * @param respAndHold The result of the hold.
146 * @brief Send the result of the at cmd.
150 * @param cme The result of cmd.
221 * @brief Process the result of the sdp discovery.
243 * @brief Notify the result of opening voice recognition.
246 * @param result the result of opening voice recognition.
248 void OpenVoiceRecognitionResult(const std::string &address, int result) const;
251 * @brief Notify the result o
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h73 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, uint16_t status);
76 const L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, const L2capConfigInfo *cfg);
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h84 void PushDhcpResult(const std::string &ifname, OHOS::DHCP::DhcpResult &result);
85 bool CheckDhcpResultExist(const std::string &ifname, OHOS::DHCP::DhcpResult &result);
91 // ip result info
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h52 static int FormatString(struct DhcpPacketResult &result);
61 static int GetDhcpPacketResult(const std::string& filename, struct DhcpPacketResult &result);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp116 std::string result = GetStringFromData(STR_LEN); in DoSomethingInterestingWithMyAPI() local
129 hdiLayer->Dump(result); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp130 auto result = windowProperty.isNeedComputerTransform(); in HWTEST_F() local
131 ASSERT_EQ(result, false); in HWTEST_F()
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c49 int result = global_error; in dwfl_errno() local
51 return result; in dwfl_errno()
/third_party/elfutils/tests/
H A Dlow_high_pc.c98 int result = 0; in main() local
131 return result; in main()
/third_party/elfutils/libdw/
H A Dcie.c170 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, in __libdw_find_cie() local
173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
/third_party/curl/tests/unit/
H A Dunit1303.c75 timediff_t result; member
149 if(timeout != run[i].result)
/third_party/curl/src/
H A Dtool_libinfo.c139 CURLcode result = CURLE_OK; in get_libcurl_info() local
152 for(builtin = built_in_protos; !result && *builtin; builtin++) { in get_libcurl_info()
/third_party/gn/src/gn/
H A Dfunction_write_file_unittest.cc40 Value result = functions::RunWriteFile(scope, &function_call, args, &err); in CallWriteFile() local
41 EXPECT_EQ(Value::NONE, result.type()); // Should always return none. in CallWriteFile()
H A Dtemplate.cc105 Value result = definition_->block()->Execute(&template_scope, err); in Invoke() local
140 return result; in Invoke()
/third_party/glfw/tests/
H A Dthreads.c85 int i, result; in main() local
147 thrd_join(threads[i].id, &result); in main()
/third_party/curl/docs/examples/
H A Dmulti-legacy.c163 printf("HTTP transfer completed with status %d\n", msg->data.result); in main()
166 printf("FTP transfer completed with status %d\n", msg->data.result); in main()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliteratingTextComponent.java163 String result = buf.toString(); in transliterate()
164 //if (result.equals(sourceText + ch)) return; in transliterate()
166 replaceRange(result, 0, getSelectionEnd()); in transliterate()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharTrie.java219 boolean result = super.equals(other); in equals()
220 if (result && other instanceof CharTrie) { in equals()
H A DIntTrie.java228 boolean result = super.equals(other); in equals()
229 if (result && other instanceof IntTrie) { in equals()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DGrouper.java82 String result = resource.getStringWithFallback("NumberElements/minimumGroupingDigits"); in getMinGroupingForLocale()
83 return Short.valueOf(result); in getMinGroupingForLocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DDateTimeFormatterFactory.java95 String result = icuFormatter.format(toFormat); in format()
96 return new FormattedPlaceholder(toFormat, new PlainStringFormattedValue(result)); in format()

Completed in 16 milliseconds

1...<<431432433434435436437438439440>>...699