/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | notification_chain.cpp | 182 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 D | preprocess_utils.cpp | 95 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 D | distributeddb_storage_data_connection_test.cpp | 434 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 D | hichain_auth_connector.cpp | 174 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 D | ipc_server_stub.cpp | 327 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 D | concurrent_map.h | 195 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 D | concurrent_map.h | 219 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 D | dscreen_source_service.cpp | 224 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 D | ext_extension_stub.cpp | 103 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 D | move.cpp | 125 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 D | ext_extension.h | 56 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 D | js_drawing_utils.cpp | 50 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 D | ucm_include.c | 42 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 D | utilities.h | 102 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 D | unity_fixture.c | 34 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 D | PluralRulesLoader.java | 73 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 D | filterednormalizer2.cpp | 278 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 D | PartitionInfo.java | 415 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 D | AbstractPathValueMapperTest.java | 84 // 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 D | PersonNameFormatterTest.java | 86 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 D | search.cpp | 112 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 D | winsock.c | 43 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 D | analyze_outcomes.py | 173 (_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 D | lower_int64.cpp | 58 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 D | lower_jump_cases.py | 192 result = assign_x('return_value', value) 194 result = [] 195 return result + assign_x('return_flag', const_bool(True))
|