Home
last modified time | relevance | path

Searched refs:result (Results 11451 - 11475 of 16941) sorted by relevance

1...<<451452453454455456457458459460>>...678

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp182 auto result = listenerSet_.find(listener); in UnRegisterListener() local
183 if (result != listenerSet_.end()) { in UnRegisterListener()
189 listenerSet_.erase(result); in UnRegisterListener()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp95 auto result = Security::AccessToken::AccessTokenKit::GetHapTokenInfo(tokenId, tokenInfo); in GetHapUidByToken() local
96 if (result != Security::AccessToken::AccessTokenKitRet::RET_SUCCESS) { in GetHapUidByToken()
97 ZLOGE("GetHapUidByToken failed, result = %{public}d.", result); in GetHapUidByToken()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_connection_test.cpp434 int result; in HWTEST_F() local
440 func, result); in HWTEST_F()
441 EXPECT_EQ(result, E_OK); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp174 if (!IsInt32(jsonObject, "result") || !IsString(jsonObject, "publicKey") || in GenerateCredential()
175 jsonObject["result"].get<int32_t>() != HC_SUCCESS) { in GenerateCredential()
179 if (jsonObject["result"].get<int32_t>() != 0) { in GenerateCredential()
207 if (!IsInt32(jsonObject, "result") || jsonObject["result"].get<int32_t>() == -1) { in QueryCredential()
211 if (!IsString(jsonObject, "publicKey") || jsonObject["result"].get<int32_t>() == 1) { in QueryCredential()
238 if (!IsInt32(jsonObject, "result") || jsonObject["result"].get<int32_t>() == -1) { in GetCredential()
242 if (!IsString(jsonObject, "publicKey") || jsonObject["result"].get<int32_t>() == 1) { in GetCredential()
270 if (!IsInt32(jsonObject, "result")) { in ImportCredential()
274 int32_t result = jsonObject["result"].get<int32_t>(); ImportCredential() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_stub.cpp327 std::string result(""); in Dump()
328 int ret = DeviceManagerService::GetInstance().DmHiDumper(argsStr, result); in Dump()
333 ret = dprintf(fd, "%s\n", result.c_str()); in Dump()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h195 auto result = entries_.emplace(key, mapped_type()); in Compute() local
196 it = result.second ? result.first : entries_.end(); in Compute()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h219 auto result = entries_.emplace(key, mapped_type()); in Compute() local
220 it = result.second ? result.first : entries_.end(); in Compute()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp224 std::string result; in Dump() local
230 if (!DscreenHidumper::GetInstance().Dump(argsStr, result)) { in Dump()
235 ret = dprintf(fd, "%s\n", result.c_str()); in Dump()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp103 ss << "Failed to send the result " << res;
116 ss << "Failed to send the result " << res;
132 ss << "Failed to send the result " << res;
145 ss << "Failed to send the result " << res;
175 ss << "Failed to send the result " << res;
188 ss << "Failed to send the result " << res;
201 ss << "Failed to send the result " << res;
222 std::string result;
223 int ret = GetBackupInfo(result);
227 if (!reply.WriteString(result)) {
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmove.cpp125 int result = uv_fs_unlink(nullptr, &unlink_req, dest.c_str(), nullptr); in CopyAndDeleteFile() local
126 if (result < 0) { in CopyAndDeleteFile()
128 return result; in CopyAndDeleteFile()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h56 ErrCode GetBackupInfo(std::string &result) override;
208 * @param result
269 void FillEndFileInfos(const std::string &path, const unordered_map<string, struct ReportFileInfo> &result);
272 const std::tuple<int, EndFileInfo, ErrFileInfo> &result);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.cpp50 napi_value result = nullptr; in CreateJsError() local
51 napi_create_error(env, CreateJsValue(env, errCode), CreateJsValue(env, message), &result); in CreateJsError()
52 return result; in CreateJsError()
/third_party/alsa-lib/src/ucm/
H A Ducm_include.c42 snd_config_t **result, in include_eval_one()
50 *result = NULL; in include_eval_one()
78 err = uc_mgr_config_load_file(uc_mgr, s, result); in include_eval_one()
40 include_eval_one(snd_use_case_mgr_t *uc_mgr, snd_config_t *inc, snd_config_t **result, snd_config_t **before, snd_config_t **after) include_eval_one() argument
/third_party/backends/backend/genesys/
H A Dutilities.h102 void compute_array_percentile_approx(T* result, const T* data, in compute_array_percentile_approx() argument
111 std::copy(data, data + elements_per_line, result); in compute_array_percentile_approx()
130 *result++ = *select_it; in compute_array_percentile_approx()
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c34 int result = UnityGetCommandLineOptions(argc, argv); in UnityMain() local
36 if (result != 0) in UnityMain()
37 return result; in UnityMain()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPluralRulesLoader.java73 ULocale result = getRulesIdToEquivalentULocaleMap().get( in getFunctionalEquivalent()
75 if (result == null) { in getFunctionalEquivalent()
79 return result; in getFunctionalEquivalent()
/third_party/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp278 UNormalizationCheckResult result=UNORM_YES; in quickCheck() local
290 result=qcResult; in quickCheck()
296 return result; in quickCheck()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java415 ImmutableSet<String> result = variableToPartitionIds.get(variable); in getPartitionIds()
416 checkArgument(!result.isEmpty(), "variable not defined: %s", variable); in getPartitionIds()
417 return result; in getPartitionIds()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapperTest.java84 // Fallbacks can appear in any part of the result sequence. in testFallbackResults()
91 // Without a single result to "seed" the fallback group, nothing is emitted. in testFallbackResults()
267 fakeResults.forEach(result -> addResult(result.getKey(), result)); in addResults()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPersonNameFormatterTest.java86 assertEquals("Wrong formatting result for " + nameAndTestCases.nameFields + "," + Arrays.toString(testCase), expectedResult, actualResult); in executeTestCases()
93 Set<PersonNameFormatter.Options> result = new HashSet<>(); in makeOptionsSet()
98 result.add(option); in makeOptionsSet()
100 return result; in makeOptionsSet()
344 // if the formatter locale uses spaces, the result will use its formats (complete with spaces), in TestNameSpacing()
413 assertEquals("Wrong result", expectedResult, actualResult); in TestLiteralTextElision2()
440 assertEquals("Wrong result", expectedResult, actualResult); in TestPatternSelection()
463 assertEquals("Wrong result", expectedResult, actualResult); in TestCapitalization()
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp112 void SearchIterator::getMatchedText(UnicodeString &result) const in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
120 result.remove(); in getMatchedText()
/third_party/libuv/src/win/
H A Dwinsock.c43 int result; in uv__get_extension_function() local
46 result = WSAIoctl(socket, in uv__get_extension_function()
56 if (result == SOCKET_ERROR) { in uv__get_extension_function()
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py173 (_platform, component, suite, case, result, _cause) = line.split(';')
180 if result == 'PASS':
182 elif result == 'FAIL':
683 # If the outcome file exists, parse it once and share the result
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp58 ir_variable *result[4]);
235 ir_variable *result[4]) in compact_destination()
246 expr(pack_opcode, result[i]), in compact_destination()
233 compact_destination(ir_factory &body, const glsl_type *type, ir_variable *result[4]) compact_destination() argument
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_jump_cases.py192 result = assign_x('return_value', value)
194 result = []
195 return result + assign_x('return_flag', const_bool(True))

Completed in 23 milliseconds

1...<<451452453454455456457458459460>>...678