/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_text_blob_test.cpp | 106 SkiaTextBlob::GetDrawingGlyphIDforTextBlob(textblob.get(), glyphIds); in HWTEST_F() 124 auto path = SkiaTextBlob::GetDrawingPathforTextBlob(glyphId, blob.get()); in HWTEST_F() 145 SkiaTextBlob::GetDrawingPointsForTextBlob(blob.get(), points); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | light_painting_session.cpp | 42 int ret = Camera::FindCameraMetadataItem(metadata->get(), OHOS_ABILITY_LIGHT_PAINTING_TYPE, &item);
in GetSupportedLightPaintings() 82 int32_t ret = Camera::FindCameraMetadataItem(changedMetadata_->get(), OHOS_CONTROL_LIGHT_PAINTING_TYPE, &item);
in SetLightPainting() 110 ret = Camera::FindCameraMetadataItem(changedMetadata_->get(), OHOS_CONTROL_LIGHT_PAINTING_FLASH, &item);
in TriggerLighting()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_video_source.cpp | 43 if (surface_.get() == nullptr) { in GetSurface() 59 if (surface_.get() == nullptr) { in SetSurfaceSize() 69 Surface *surface = surface_.get(); in SetSurfaceSize()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | audio_capturer_wrapper_function_unittest.cpp | 42 AVScreenCaptureMixMode::MIX_MODE, screenCaptureServer_.get()); in HWTEST_F() 59 AVScreenCaptureMixMode::MIX_MODE, screenCaptureServer_.get()); in HWTEST_F() 78 AVScreenCaptureMixMode::MIX_MODE, screenCaptureServer_.get()); in HWTEST_F()
|
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/ |
H A D | vibrate_asset.cpp | 165 return (member_.count(name) > 0) ? get<string>(member_.at(name)) : RINGTONE_DEFAULT_STR; in GetStrMember() 170 return (member_.count(name) > 0) ? get<int32_t>(member_.at(name)) : RINGTONE_DEFAULT_INT32; in GetInt32Member() 175 return (member_.count(name) > 0) ? get<int64_t>(member_.at(name)) : RINGTONE_DEFAULT_INT64; in GetInt64Member()
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | result_set_utils.h | 39 RINGTONE_ERR_LOG("get column index err %{public}d", err); in GetValFromColumn() 132 return std::get<std::string>(ResultSetUtils::GetValFromColumn(field, result, DATA_TYPE_STRING)); in GetStringVal() 137 return std::get<int32_t>(ResultSetUtils::GetValFromColumn(field, result, DATA_TYPE_INT32)); in GetInt32Val() 142 return std::get<int64_t>(ResultSetUtils::GetValFromColumn(field, result, DATA_TYPE_INT64)); in GetInt64Val()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | cgroup_map.cpp | 98 std::string name = cgroupObj[JSON_KEY_CONTROLLER].get<std::string>(); in LoadConfigFromJsonObj() 99 std::string rootPath = cgroupObj[JSON_KEY_PATH].get<std::string>(); in LoadConfigFromJsonObj() 140 if (controller.AddSchedPolicy(policy, policyObj[keyString].get<std::string>())) { in LoadSchedPolicyConfig()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | raw_stream_data.cpp | 51 auto ret = memcpy_s(buffer.get(), bufLen, buf, bufLen); in MakeRawStream() 62 auto ret = memcpy_s(buffer.get() + RawStreamData::FRAME_HEADER_LEN, bufLen, buf, bufLen); in MakeRawStream() 68 reinterpret_cast<uint8_t *>(buffer.get())); in MakeRawStream()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | hash.cpp | 38 if (algLen == string_view("md5").length() && string_view(alg.get()).compare("md5") == 0) { in GetHashAlgorithm() 40 } else if (algLen == string_view("sha1").length() && string_view(alg.get()).compare("sha1") == 0) { in GetHashAlgorithm() 42 } else if (algLen == string_view("sha256").length() && string_view(alg.get()).compare("sha256") == 0) { in GetHashAlgorithm()
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_descriptor_test.cpp | 134 test = getvalue_test.GetValue(&size_test).get(); in HWTEST_F() 137 res = getvalue.GetValue(&size).get(); in HWTEST_F() 160 uint8_t *res = SetValue.GetValue(&length).get(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | filter.cpp | 37 return colorFilter_.get(); in GetColorFilterPtr() 52 return imageFilter_.get(); in GetImageFilterPtr() 67 return maskFilter_.get(); in GetMaskFilterPtr()
|
/third_party/gn/src/base/mac/ |
H A D | scoped_typeref.h | 72 : object_(that_as_subclass.get()) { in ScopedTypeRef() 87 reset(that.get(), base::scoped_policy::RETAIN); in operator =() 115 T get() const __attribute((ns_returns_not_retained)) { return object_; } in __attribute()
|
/third_party/gn/src/base/ |
H A D | scoped_generic.h | 21 // Defining a scoper based on this class allows you to get a scoper for 23 // move, etc. and get almost identical semantics that people are used to from 129 const element_type& get() const { return data_.generic; } in get() function in base::ScopedGeneric 175 return value == scoped.get(); in operator ==() 180 return value != scoped.get(); in operator !=()
|
/third_party/gn/src/gn/ |
H A D | template.cc | 46 invocation_scope.get(), err)) in Invoke() 58 block->Execute(invocation_scope.get(), err); in Invoke() 69 Scope template_scope(closure_.get()); in Invoke()
|
H A D | setup.h | 106 return check_patterns_.get(); in check_patterns() 114 return no_check_patterns_.get(); in no_check_patterns() 125 LoaderImpl* loader() { return loader_.get(); } in loader()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2FunctionRegistry.java | 78 return formattersMap.get(formatterName); in getFormatter() 109 String result = classToFormatter.get(clazz); in getDefaultFormatterNameForType() 150 return selectorsMap.get(selectorName); in getSelector()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | erarulestest.cpp | 83 int32_t currentYear = cal->get(UCAL_YEAR, status); in testAPIs() 85 currentYear, cal->get(UCAL_MONTH, status) + 1, in testAPIs() 86 cal->get(UCAL_DATE, status), status); in testAPIs() 98 errln(UnicodeString("Failed to get the start year of era index: ") + currentIdx + " in calendar: " + calId); in testAPIs() 112 errln("Failed to get era rules for Japanese calendar."); in testJapanese() 123 errln("Failed to get the start year of era after Heisei."); in testJapanese()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CodePointMap.java | 258 value = get(c); in next() 277 value = get(c); in previous() 317 public abstract int get(int c); in get() method in CodePointMap 327 * (This is normally faster than iterating over code points and get()ting each value,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 109 ArrayList<String> skeletons1 = skeletonParts.get(i); in testPermutations() 111 ArrayList<String> skeletons2 = skeletonParts.get(j); in testPermutations() 113 ArrayList<String> skeletons3 = skeletonParts.get(k); in testPermutations()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuData.java | 107 public List<RbValue> get(RbPath rbPath) { in get() method in IcuData 108 return paths.contains(rbPath) ? rbPathToValues.get(rbPath) : null; in get() 123 rbPathToValues.get(p).forEach(v -> w.format(" %s\n", v)); in toString()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | FilteredDataTest.java | 53 assertThat(filtered.get(remove.getPath())).isNull(); in testSimple() 54 assertThat(filtered.get(keep.getPath())).isEqualTo(keep); in testSimple() 55 assertThat(filtered.get(replace.getPath())).isEqualTo(replacement); in testSimple()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | GenerateCodeTask.java | 43 this.cldrPath = checkNotNull(Paths.get(path)); in setCldrDir() 49 this.cOutDir = Paths.get(path); in setCOutDir() 55 this.javaOutDir = Paths.get(path); in setJavaOutDir()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 72 HelloService service = HelloService.get((String)entry.getValue()); in display() 186 public static HelloService get(String id) { in get() method in ICUServiceTestSample.HelloService 187 return (HelloService)registry().get(id); in get()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | PersianTest.java | 95 int y = cal.get(Calendar.YEAR); in TestMapping() 96 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based in TestMapping() 97 int d = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | EraRulesTest.java | 50 int currentYear = cal.get(Calendar.YEAR); in testAPIs() 51 int idx = rules1.getEraIndex(currentYear, cal.get(Calendar.MONTH) + 1, cal.get(Calendar.DATE)); in testAPIs()
|