/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 624 MEDIA_ERR_LOG("File %{public}s Failed to get flags, errno is %{public}d", fileName.c_str(), errno); in SetDeletionRecord() 693 MEDIA_ERR_LOG("Can not get FilePath %{private}s", filePath.c_str()); in WriteStrToFile() 719 MEDIA_ERR_LOG("Can not get FilePath %{private}s", filePath.c_str()); in ReadStrFromFile() 735 while (file.get(ch)) { in ReadStrFromFile() 1573 MEDIA_ERR_LOG("virtual uri:%{private}s is invalid, can not get id", virtualUri.c_str()); 1773 MEDIA_ERR_LOG("Failed to get real path, path: %{private}s", path.c_str()); 1802 MEDIA_ERR_LOG("Failed to get file state, errno = %{public}d", errno); 1870 MEDIA_WARN_LOG("Failed to get file size, errno: %{public}d, path: %{private}s", errno, filePath.c_str());
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ |
H A D | system_sound_manager_napi_ext.cpp | 85 GetToneHapticsSettingsAsyncCallbackComp, static_cast<void*>(asyncContext.get()), &asyncContext->work); in GetToneHapticsSettings() 87 MEDIA_LOGE("GetToneHapticsSettings: Failed to get create async work"); in GetToneHapticsSettings() 205 SetToneHapticsSettingsAsyncCallbackComp, static_cast<void*>(asyncContext.get()), &asyncContext->work); in SetToneHapticsSettings() 207 MEDIA_LOGE("SetToneHapticsSettings: Failed to get create async work"); in SetToneHapticsSettings() 298 GetToneHapticsListAsyncCallbackComp, static_cast<void*>(asyncContext.get()), &asyncContext->work); in GetToneHapticsList() 300 MEDIA_LOGE("Failed to get create async work"); in GetToneHapticsList() 395 GetHapticsAttrsSyncedWithToneAsyncCallbackComp, static_cast<void*>(asyncContext.get()), in GetHapticsAttrsSyncedWithTone() 398 MEDIA_LOGE("GetHapticsAttrsSyncedWithTone : Failed to get create async work"); in GetHapticsAttrsSyncedWithTone() 494 OpenToneHapticsAsyncCallbackComp, static_cast<void*>(asyncContext.get()), &asyncContext->work); in OpenToneHaptics() 496 MEDIA_LOGE("OpenToneHaptics : Failed to get creat in OpenToneHaptics() [all...] |
/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | player_server.cpp | 322 ServerStreamSource* serverStream = reinterpret_cast<ServerStreamSource*>(stream_.get());
in SetStreamSource() 325 pthread_create(&g_streamThreadControl.process, &attr, streamProcess, stream_.get());
in SetStreamSource() 415 if (stream_.get() != nullptr) {
in Stop() 416 ServerStreamSource* serverStream = reinterpret_cast<ServerStreamSource*>(stream_.get());
in Stop() 564 ServerStreamSource* serverStream = reinterpret_cast<ServerStreamSource*>(stream_.get());
in Release()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 208 STANDBYSERVICE_LOGE("get func failed"); in LoadGetExtConfigFunc() 219 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", STANDBY_CONFIG_INDEX); in NeedsToReadCloudConfig() 222 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", STRATEGY_CONFIG_INDEX); in NeedsToReadCloudConfig() 225 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", CLOUD_CONFIG_INDEX); in NeedsToReadCloudConfig() 297 STANDBYSERVICE_LOGE("failed to get version"); in GetParamVersion() 325 STANDBYSERVICE_LOGE("failed to get version"); in GetCloudVersion() 567 standbySwitchMap_[element.key()] = element.value().get<bool>(); in ParseStandbyConfig() 569 if (element.value().get<int32_t>() < 0) { in ParseStandbyConfig() 574 standbyParaMap_[element.key()] = element.value().get<int32_t>(); in ParseStandbyConfig() 609 strategyListMap_[element.key()] = element.value().get<boo in ParseStrategyListConfig() [all...] |
/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 575 EXPECT_EQ(static_cast<PreferencesObserverCounter *>(counter.get())->notifyTimes, 1); in HWTEST_F() 581 EXPECT_EQ(static_cast<PreferencesObserverCounter *>(counter.get())->notifyTimes, 2); in HWTEST_F() 601 EXPECT_EQ(static_cast<PreferencesObserverCounter *>(counter.get())->notifyTimes, 2); in HWTEST_F() 608 EXPECT_EQ(static_cast<PreferencesObserverCounter *>(counter.get())->notifyTimes, 2); in HWTEST_F() 964 * @tc.desc: normal testcase of get object 1000 EXPECT_EQ(static_cast<PreferencesObserverCounter *>(counter.get())->notifyTimes, 1); in HWTEST_F()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Trie2Writable.java | 206 /* get the first free block */ in allocDataBlock() 210 /* get a new block from the high end */ in allocDataBlock() 381 * All code points c with start<=c<=end will get the value if 384 * @param start the first code point to get the value 385 * @param end the last code point to get the value (inclusive) 451 /* get index value */ in setRange() 514 * All code points within the range will get the value if 544 * (accessed via the plain set() and get() interfaces) 570 public int get(int codePoint) { in get() method in Trie2Writable 574 return get(codePoin in get() 579 private int get(int c, boolean fromLSCP) { get() method in Trie2Writable [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | locnmtst.cpp | 571 VerifySubstitute(ldn.get()); in TestSubstituteHandling() 577 VerifySubstitute(ldn.get()); in TestSubstituteHandling() 583 VerifySubstitute(ldn.get()); in TestSubstituteHandling() 589 VerifyNoSubstitute(ldn.get()); in TestSubstituteHandling() 595 VerifyNoSubstitute(ldn.get()); in TestSubstituteHandling()
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 643 args = value.get('args', []) 644 kwds = value.get('kwds', {}) 645 state = value.get('state', {}) 646 listitems = value.get('listitems', []) 647 dictitems = value.get('dictitems', {})
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Trie2Writable.java | 208 /* get the first free block */ in allocDataBlock() 212 /* get a new block from the high end */ in allocDataBlock() 383 * All code points c with start<=c<=end will get the value if 386 * @param start the first code point to get the value 387 * @param end the last code point to get the value (inclusive) 453 /* get index value */ in setRange() 516 * All code points within the range will get the value if 546 * (accessed via the plain set() and get() interfaces) 572 public int get(int codePoint) { in get() method in Trie2Writable 576 return get(codePoin in get() 581 private int get(int c, boolean fromLSCP) { get() method in Trie2Writable [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MeasureUnit.java | 140 Map<String, MeasureUnit> units = cache.get(type); in getAvailable() 201 return unitsForType.get(subType); in findBySubType() 246 return unitPerUnitToSingleUnit.get(Pair.of(unit, perUnit)); in resolveUnitPerUnit() 383 Map<String, MeasureUnit> tmp = cache.get(type); in addUnit() 390 MeasureUnit unit = tmp.get(unitName); in addUnit()
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 181 String name = (String) theTests.get(isTestCmd_impl(aname)); in getTestCmd() 731 char[] buf = (char[]) vec.get(i); in readToEOS() 768 byte[] buf = (byte[]) vec.get(i); in readToEOS() 809 buffer.append((String) list.get(i)); in readLines() 818 lines[i] = (String) list.get(i); in readLines()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tmutfmt.cpp | 432 (MessageFormat**)countToPatterns->get(pluralCountUniStr); 513 // get all the patterns for each plural rule in this locale. in checkConsistency() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() 617 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() 651 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain()
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 382 BIO_get_mem_ptr(bio.get(), &bptr); in SetFipsCrypto() 602 if (!ENGINE_ctrl_cmd_string(engine.get(), "SO_PATH", id, 0) || in SetFipsCrypto() 603 !ENGINE_ctrl_cmd_string(engine.get(), "LOAD", nullptr, 0)) { in SetFipsCrypto() 625 if (!ENGINE_set_default(engine.get(), flags)) { in SetFipsCrypto() 686 ctx.get(), static_cast<unsigned char*>(label_copy), label.size()); in SetFipsCrypto()
|
/third_party/node/src/ |
H A D | env-inl.h | 435 return coverage_connection_.get(); in coverage_connection() 450 return cpu_profiler_connection_.get(); in cpu_profiler_connection() 485 return heap_profiler_connection_.get(); in heap_profiler_connection() 697 return performance_state_.get(); in performance_state() 831 return principal_realm_.get(); in principal_realm()
|
H A D | node.cc | 720 per_process::cli_options.get(), in ProcessGlobalArgs() 802 // Initialize node_start_time to get relative uptime. in InitializeNodeWithArgs() 1150 generated_data.get(), result->args(), result->exec_args()); in GenerateAndWriteSnapshotData() 1195 bool ok = SnapshotData::FromBlob(read_data.get(), fp); in LoadSnapshotDataAndRun() 1265 return GenerateAndWriteSnapshotData(&snapshot_data, result.get()); in Start() 1269 return LoadSnapshotDataAndRun(&snapshot_data, result.get()); in Start()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 887 if (!clc_parse_spirv(shader.obj.get(), NULL, shader.metadata.get())) in configure() 892 if (!clc_spirv_to_dxil(compiler_ctx, shader.obj.get(), shader.metadata.get(), "main_test", conf, nullptr, &logger, dxil.get())) in configure()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tmutfmt.cpp | 436 (MessageFormat**)countToPatterns->get(pluralCountUniStr); 517 // get all the patterns for each plural rule in this locale. in checkConsistency() 525 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() 587 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() 624 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() 658 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_init.cpp | 69 bool get(unsigned index); 94 sblog << (get(i) ? 1 : 0); in dump() 135 bool regbits::get(unsigned index) { 174 if (get((a << 2) | c)) { 450 while (rb.get(gpr - 1) == 0)
|
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.cc | 397 if (!ctxt->get_reporter()->diff_to_be_reported(diff.get())) in represent() 505 if (ctxt->get_reporter()->diff_to_be_reported(d.get())) in represent() 1264 if (d.priv_->deleted_unreachable_type_is_suppressed((*i).get())) in maybe_report_unreachable_type_changes() 1322 if (d.priv_->added_unreachable_type_is_suppressed((*i).get())) in maybe_report_unreachable_type_changes() 1337 /// @param d the diff node to get the impacted interfaces for. 1386 /// @param d the diff node to get the impacted interfaces for. 1395 {return maybe_report_interfaces_impacted_by_diff(d.get(), out, indent);} in maybe_report_interfaces_impacted_by_diff()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 26 The MIT License is about as close to Public Domain as a license can get, and is 535 * The get() methods can be used to obtain default value in the case the 773 /// (You may need to say 'value[0u]' to get your compiler to distinguish 781 /// (You may need to say 'value[0u]' to get your compiler to distinguish 786 /// (You may need to say 'value[0u]' to get your compiler to distinguish 791 /// (You may need to say 'value[0u]' to get your compiler to distinguish 798 Value get(ArrayIndex index, const Value& defaultValue) const; 842 Value get(const char* key, const Value& defaultValue) const; 846 Value get(const char* begin, const char* end, const Value& defaultValue) const; 850 Value get(cons [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 214 // Create a minimal buffer first to get the supported memory types in bufferCreateAndAllocTest() 276 vk.getBufferMemoryRequirements(vkDevice, *buffer, &memReqs); // get the proper size requirement in bufferCreateAndAllocTest() 367 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), VK_TRUE, ~(0ull) /* infinity */)); in bufferCreateAndAllocTest() 432 // Create a minimal buffer first to get the supported memory types in bufferCreateAndAllocTest() 508 vk.getBufferMemoryRequirements2(vkDevice, &info, &memReqs); // get the proper size requirement in bufferCreateAndAllocTest() 786 addFunctionCase(basicTests.get(), "max_size", in createBufferTests() 794 addFunctionCase(basicTests.get(), "max_size_sparse", in createBufferTests() 802 addFunctionCase(basicTests.get(), "size_max_uint64", in createBufferTests() 832 addFunctionCase(invalidBufferFeatures.get(), formatName, testDepthStencilBufferFeatures, testFormat); in createBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 559 copyBufferToImage(vkdi, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRegions, DE_NULL, VK_IMAGE_ASPECT_COLOR_BIT, 1u, 1u, image->get(), imageLayout); in iterate() 786 const ProgramBinary& binary = m_context.getBinaryCollection().get("compute"); in iterate() 801 vkdi.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in iterate() 840 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()
|
H A D | vktSpvAsmCrossStageInterfaceTests.cpp | 407 shaderModule[VK_SHADER_STAGE_VERTEX_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get(vertex.str()), 0)))); in makeShaderModule() 410 shaderModule[VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("tessellation_control"), 0)))); in makeShaderModule() 413 shaderModule[VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("tessellation_evaluation"), 0)))); in makeShaderModule() 416 shaderModule[VK_SHADER_STAGE_GEOMETRY_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("geometry"), 0)))); in makeShaderModule() 419 shaderModule[VK_SHADER_STAGE_FRAGMENT_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get(fragment.str()), 0)))); in makeShaderModule()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 216 // Create a minimal buffer first to get the supported memory types in bufferCreateAndAllocTest() 278 vk.getBufferMemoryRequirements(vkDevice, *buffer, &memReqs); // get the proper size requirement in bufferCreateAndAllocTest() 369 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), VK_TRUE, ~(0ull) /* infinity */)); in bufferCreateAndAllocTest() 434 // Create a minimal buffer first to get the supported memory types in bufferCreateAndAllocTest() 510 vk.getBufferMemoryRequirements2(vkDevice, &info, &memReqs); // get the proper size requirement in bufferCreateAndAllocTest() 788 addFunctionCase(basicTests.get(), "max_size", "Creating buffer using maxBufferSize limit.", in createBufferTests() 795 addFunctionCase(basicTests.get(), "max_size_sparse", "Creating sparse buffer using maxBufferSize limit.", in createBufferTests() 802 addFunctionCase(basicTests.get(), "size_max_uint64", "Creating a ULLONG_MAX buffer and verify that it either succeeds or returns one of the allowed errors.", in createBufferTests() 831 addFunctionCase(invalidBufferFeatures.get(), formatName, formatName, testDepthStencilBufferFeatures, testFormat); in createBufferTests()
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsTest.cpp | 456 XS_FAIL("Did't get PROCESS_STARTED message"); in runClient() 459 XS_FAIL("Did't get PROCESS_FINISHED message"); in runClient() 505 receivedInfo += static_cast<const InfoMessage*>(msg.get())->info; in runClient() 518 XS_FAIL("Did't get PROCESS_STARTED message"); in runClient() 521 XS_FAIL("Did't get PROCESS_FINISHED message"); in runClient() 567 receivedData += static_cast<const ProcessLogDataMessage*>(msg.get())->logData; in runClient() 576 XS_FAIL(static_cast<const InfoMessage*>(msg.get())->info.c_str()); in runClient() 582 XS_FAIL("Did't get PROCESS_STARTED message"); in runClient() 585 XS_FAIL("Did't get PROCESS_FINISHED message"); in runClient() 659 receivedBytes += (int)static_cast<const ProcessLogDataMessage*>(msg.get()) in runClient() [all...] |