/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContainerTest.cpp | 191 auto all = container_->GetAll(); in HWTEST_P() 198 all = container_->GetAll(); in HWTEST_P() 203 all = container_->GetAll(); in HWTEST_P() 208 all = container_->GetAll(); in HWTEST_P() 229 const auto all = container_->GetAll(); in HWTEST_P() 249 auto children = container_->GetAll(); in HWTEST_P() 264 children = container_->GetAll(); in HWTEST_P() 284 auto children = container_->GetAll(); in HWTEST_P() 299 children = container_->GetAll(); in HWTEST_P() 319 const auto children = container_->GetAll(); in HWTEST_P() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_container.h | 101 virtual BASE_NS::vector<IObject::Ptr> GetAll() const = 0; 109 * @brief Returns the number of children in the container. Equal to GetAll().size(). 260 * @brief Typed helper for IContainer::GetAll, returns all children which implement T. 263 BASE_NS::vector<typename T::Ptr> GetAll() const in GetAll() function in IContainer 265 return PtrArrayCast<T>(GetAll()); in GetAll() 318 * @brief Typed helper for IContainer::GetAll. Returns all children which implement T from container. 321 BASE_NS::vector<typename T::Ptr> GetAll(const META_NS::IContainer::ConstPtr& container) in GetAll() function 327 return container->GetAll(); in GetAll() 329 return container->GetAll<T>(); in GetAll()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | values_bucket.h | 155 API_EXPORT std::map<std::string, ValueObject> GetAll() const; 160 API_EXPORT void GetAll(std::map<std::string, ValueObject> &output) const;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | values_bucket.h | 151 std::map<std::string, ValueObject> GetAll() const; 156 void GetAll(std::map<std::string, ValueObject> &output) const;
|
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/ |
H A D | module_test_dump_util.cpp | 100 size_t MTDumpUtil::GetAll(const string& args, const str_vec& dumpInfo, str_vec& results) in GetAll() function in OHOS::MTUtil::MTDumpUtil 138 size_t preSize = GetAll(key, dumpInfo, items); in GetBy() 140 if (iter != items.end() && preSize == GetAll(args, dumpInfo, items)) { in GetBy()
|
H A D | module_test_dump_util.h | 46 size_t GetAll(const string& args, const str_vec& dumpInfo, str_vec& results);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | metadata.cpp | 142 auto vec = cont->GetAll<IProperty>(); in Merge() 168 return properties_->GetAll<IProperty>(); in GetAllProperties() 172 return GetAllImpl<BASE_NS::vector<IProperty::ConstPtr>>(properties_->GetAll<IProperty>()); in GetAllProperties() 237 BASE_NS::vector<IObject::Ptr> MetadataPropertyContainer::GetAll() const in GetAll() function in Internal::MetadataPropertyContainer 239 return impl_.GetAll(); in GetAll()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | values_bucket.cpp | 133 std::map<std::string, ValueObject> ValuesBucket::GetAll() const in GetAll() function in OHOS::NativeRdb::ValuesBucket 138 void ValuesBucket::GetAll(std::map<std::string, ValueObject> &output) const in GetAll() function in OHOS::NativeRdb::ValuesBucket
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | connector.h | 67 auto list = cont->GetAll<IConnector>(); in Disconnect()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_container.h | 47 BASE_NS::vector<IObject::Ptr> GetAll() const override 49 return container_->GetAll();
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_preferences.h | 44 std::map<std::string, PreferencesValue> GetAll() override;
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_impl.h | 49 std::map<std::string, PreferencesValue> GetAll() override;
|
H A D | preferences_enhance_impl.h | 49 std::map<std::string, PreferencesValue> GetAll() override;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 316 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in TryResolveAnimationRoot() 378 return META_NS::GetAll<IAnimation>(GetSelf<META_NS::IContainer>()); in GetAnimations() 480 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in OnAnimationTracksChanged() 512 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in OnAnimationInputsChanged() 532 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in IsAnimationTrackArrayModified() 558 auto oldTracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in GatherAnimationTracks() 645 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in OnAnimationTimestampsChanged() 669 const auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in SetDuration() 946 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in GetAnimationTrack()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 284 BASE_NS::vector<IObject::Ptr> GetAll() const override 286 return GetContainer().GetAll(); 332 return GetContainer().template GetAll<IAnimation>();
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_reporter.cpp | 95 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportThumbnailError() 135 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportCommonBehavior() 162 map<string, NativePreferences::PreferencesValue> deleteMap = prefs->GetAll(); in ReportDeleteStatistic()
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 65 std::map<std::string, PreferencesValue> GetAll() override
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.h | 44 BASE_NS::vector<IObject::Ptr> GetAll() const override;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect_tool.cpp | 102 return ptr_->GetAll(); in ObtainAll()
|
/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_ffi.cpp | 80 return instance->GetAll(); in FfiOHOSPreferencesGetAll()
|
H A D | preferences_impl.h | 69 ValueTypes GetAll();
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/ |
H A D | napi_preferences.h | 65 static napi_value GetAll(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/include/ |
H A D | napi_preferences.h | 62 static napi_value GetAll(napi_env env, napi_callback_info info);
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | preference_helper_mock.cpp | 33 MOCK_METHOD0(GetAll, std::map<std::string, PreferencesValue>());
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | matrix.cpp | 200 void Matrix::GetAll(Buffer& buffer) const in GetAll() function in OHOS::Rosen::Drawing::Matrix 202 matrixImplPtr->GetAll(buffer); in GetAll()
|