/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/ |
H A D | service_proxy_mock.h | 60 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 D | cloud_sync_asset_manager_impl.cpp | 34 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 D | softbus_channel_adapter.h | 66 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 D | cloud_sync_asset_manager_impl_test.cpp | 71 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 D | storage_rl_map.h | 43 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 D | hfp_hf_profile_event_sender.h | 105 * @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 D | l2cap_core.h | 73 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 D | dhcp_client_service_impl.h | 84 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 D | dhcp_function.h | 52 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 D | hdilayer_fuzzer.cpp | 116 std::string result = GetStringFromData(STR_LEN); in DoSomethingInterestingWithMyAPI() local 129 hdiLayer->Dump(result); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | input_window_monitor_test.cpp | 130 auto result = windowProperty.isNeedComputerTransform(); in HWTEST_F() local 131 ASSERT_EQ(result, false); in HWTEST_F()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_error.c | 49 int result = global_error; in dwfl_errno() local 51 return result; in dwfl_errno()
|
/third_party/elfutils/tests/ |
H A D | low_high_pc.c | 98 int result = 0; in main() local 131 return result; in main()
|
/third_party/elfutils/libdw/ |
H A D | cie.c | 170 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 D | unit1303.c | 75 timediff_t result; member 149 if(timeout != run[i].result)
|
/third_party/curl/src/ |
H A D | tool_libinfo.c | 139 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 D | function_write_file_unittest.cc | 40 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 D | template.cc | 105 Value result = definition_->block()->Execute(&template_scope, err); in Invoke() local 140 return result; in Invoke()
|
/third_party/glfw/tests/ |
H A D | threads.c | 85 int i, result; in main() local 147 thrd_join(threads[i].id, &result); in main()
|
/third_party/curl/docs/examples/ |
H A D | multi-legacy.c | 163 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 D | TransliteratingTextComponent.java | 163 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 D | CharTrie.java | 219 boolean result = super.equals(other); in equals() 220 if (result && other instanceof CharTrie) { in equals()
|
H A D | IntTrie.java | 228 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 D | Grouper.java | 82 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 D | DateTimeFormatterFactory.java | 95 String result = icuFormatter.format(toFormat); in format() 96 return new FormattedPlaceholder(toFormat, new PlainStringFormattedValue(result)); in format()
|