Home
last modified time | relevance | path

Searched refs:GetAll (Results 1 - 25 of 69) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp191 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 Dintf_container.h101 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 Dvalues_bucket.h155 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 Dvalues_bucket.h151 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 Dmodule_test_dump_util.cpp100 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 Dmodule_test_dump_util.h46 size_t GetAll(const string& args, const str_vec& dumpInfo, str_vec& results);
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp142 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 Dvalues_bucket.cpp133 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 Dconnector.h67 auto list = cont->GetAll<IConnector>(); in Disconnect()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h47 BASE_NS::vector<IObject::Ptr> GetAll() const override
49 return container_->GetAll();
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h44 std::map<std::string, PreferencesValue> GetAll() override;
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_impl.h49 std::map<std::string, PreferencesValue> GetAll() override;
H A Dpreferences_enhance_impl.h49 std::map<std::string, PreferencesValue> GetAll() override;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp316 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 Danimation.h284 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 Ddfx_reporter.cpp95 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 Dmock_preferences.h65 std::map<std::string, PreferencesValue> GetAll() override
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.h44 BASE_NS::vector<IObject::Ptr> GetAll() const override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp102 return ptr_->GetAll(); in ObtainAll()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_ffi.cpp80 return instance->GetAll(); in FfiOHOSPreferencesGetAll()
H A Dpreferences_impl.h69 ValueTypes GetAll();
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/
H A Dnapi_preferences.h65 static napi_value GetAll(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/include/
H A Dnapi_preferences.h62 static napi_value GetAll(napi_env env, napi_callback_info info);
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp33 MOCK_METHOD0(GetAll, std::map<std::string, PreferencesValue>());
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix.cpp200 void Matrix::GetAll(Buffer& buffer) const in GetAll() function in OHOS::Rosen::Drawing::Matrix
202 matrixImplPtr->GetAll(buffer); in GetAll()

Completed in 12 milliseconds

123