| /base/global/resource_management/frameworks/resmgr/src/ |
| H A D | res_config_impl.cpp | 340 bool ResConfigImpl::CopyPreferredLocale(ResConfig &other) in CopyPreferredLocale() argument 346 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale() argument 363 bool ResConfigImpl::CopyLocaleAndPreferredLocale(ResConfig &other) in CopyLocaleAndPreferredLocale() argument 376 bool ResConfigImpl::Copy(ResConfig &other, bool isRead) in Copy() argument 414 Match(const std::shared_ptr<ResConfigImpl> other, bool isCheckDarkAdaptation) const Match() argument 518 IsMoreSuitable(const std::shared_ptr<ResConfigImpl> other, const std::shared_ptr<ResConfigImpl> request, uint32_t density) const IsMoreSuitable() argument 687 IsMoreSpecificThan(const std::shared_ptr<ResConfigImpl> other, uint32_t density) const IsMoreSpecificThan() argument [all...] |
| H A D | locale_matcher.cpp | 269 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() argument 298 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() argument 241 CompareRegionWhenQaag(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegionWhenQaag() argument 337 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument 372 CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareWhenRegionIsNull() argument 425 CompareDefaultRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareDefaultRegion() argument 457 CompareRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegion() argument 507 Match(const ResLocale *current, const ResLocale *other) Match() argument 543 CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareLanguageIgnoreOldNewCode() argument 574 CompareRegionWhenLangIsNotEqual(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegionWhenLangIsNotEqual() argument 603 IsMoreSuitable(const ResLocale *current, const ResLocale *other, const ResLocale *request) IsMoreSuitable() argument 711 IsMoreSpecificThan(const ResLocale *current, const ResLocale *other) IsMoreSpecificThan() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | notification.cpp | 46 Notification::Notification(const Notification &other) in Notification() argument [all...] |
| H A D | reminder_request_calendar.cpp | 44 ReminderRequestCalendar::ReminderRequestCalendar(const ReminderRequestCalendar &other) : ReminderRequest(other) in ReminderRequestCalendar() argument [all...] |
| /base/startup/init/services/param/manager/ |
| H A D | param_manager.c | 369 const ParamCmdInfo *other = GetOtherSpecial(&size);
in GetServiceCtrlInfo() local
|
| /base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
| H A D | attributes.cpp | 34 Impl(const Impl &other) = delete; member in OHOS::UserIam::UserAuth::Attributes::Impl 35 Impl &operator=(const Impl &other) = delete; member in OHOS::UserIam::UserAuth::Attributes::Impl [all...] |
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v1x.c | 654 struct rkisp_stream *other = &dev->cap_dev.stream[stream->id ^ 1];
in rkisp_stream_start() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v1x.c | 693 struct rkisp_stream *other = &dev->cap_dev.stream[stream->id ^ 1]; in rkisp_stream_start() local
|
| /foundation/ability/ability_base/test/unittest/want/ |
| H A D | want_params_test.cpp | 1207 UnsupportedData other; in HWTEST_F() local
|
| H A D | skills_test.cpp | 1121 std::string other = "this is other"; in HWTEST_F() local 1138 std::string other = "this is other"; in HWTEST_F() local 1159 std::string other = "this is other"; in HWTEST_F() local [all...] |
| /foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
| H A D | ams_app_life_cycle_test.cpp | 1862 auto other = serviceInner_->appRunningManager_->CheckAppRunningRecordIsExist(appName, proc, uid, bundleInfo); in HWTEST_F() local
|
| /foundation/ability/ability_base/interfaces/kits/native/want/src/ |
| H A D | skills.cpp | 840 bool Skills::RegionMatches(const std::string &type, int toffset, const std::string &other, int ooffset, int len) in RegionMatches() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| H A D | rect_t.h | 211 RectT Constrain(const RectT& other) in Constrain() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_matrix4_module.cpp | 344 shared_ptr<JsValue> other = runtime->NewObject(); in Copy() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | mutable_span_string.cpp | 250 void MutableSpanString::ReplaceString(int32_t start, int32_t length, const std::string& other) in ReplaceString() argument 118 ApplyReplaceStringToSpans( int32_t start, int32_t length, const std::string& other, SpanStringOperation op) ApplyReplaceStringToSpans() argument 132 HandleSpanOperation( std::list<RefPtr<NG::SpanItem>>::iterator it, int32_t start, int32_t length, const std::string& other, SpanStringOperation op, const std::pair<int32_t, int32_t>& intersection) HandleSpanOperation() argument 189 ApplyReplaceStringToSpanBase( int32_t start, int32_t length, const std::string& other, SpanStringOperation op) ApplyReplaceStringToSpanBase() argument 203 ProcessSpanBaseList(std::list<RefPtr<SpanBase>>& spans, int32_t start, int32_t end, const std::string& other, SpanStringOperation op, SpanType spanType) ProcessSpanBaseList() argument 320 InsertString(int32_t start, const std::string& other) InsertString() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | transition_property.h | 239 operator =(OneCenterTransitionOptionType& other) operator =() argument [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
| H A D | post_process_configuration_component_manager.cpp | 202 ComponentHandle(const ComponentHandle& other) = delete; member in final::ComponentHandle 204 ComponentHandle& operator=(const ComponentHandle& other) = delete; member in final::ComponentHandle [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
| H A D | rs_memory_track.cpp | 41 bool MemoryNodeOfPid::operator==(const MemoryNodeOfPid& other) in operator ==() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/ |
| H A D | rsrenderimage_fuzzer.cpp | 193 RSImage other; in RSImageFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_drawing_filter.cpp | 241 Compose( const std::shared_ptr<Drawing::ImageFilter> other, uint32_t hash) const Compose() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | vector.h | 193 vector(const vector& other) : allocator_(other.allocator_) in vector() argument 202 vector(const vector& other, allocator& alloc) : allocator_(alloc) in vector() argument 270 operator =(const vector& other) operator =() argument [all...] |
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| H A D | input_event.cpp | 44 InputEvent::InputEvent(const InputEvent& other) in InputEvent() argument [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
| H A D | bitmap_manager.h | 125 void OrForEach(const Bitmap &other) in OrForEach() argument [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
| H A D | bpf_loader.cpp | 437 unsigned char other = 0; in LoadElfMapSectionCore() local
|
| /foundation/filemanagement/app_file_service/interfaces/common/src/ |
| H A D | sandbox_helper.cpp | 244 string other; in GetFileIdFromFileName() local 245 ss >> mediaType >> dateTime >> idStr >> other; in GetFileIdFromFileName() local
|