Home
last modified time | relevance | path

Searched refs:GetAll (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h101 virtual BASE_NS::vector<IObject::Ptr> GetAll() const = 0;
263 BASE_NS::vector<typename T::Ptr> GetAll() const in GetAll() function
265 return PtrArrayCast<T>(GetAll()); in GetAll()
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()
/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/executer/
H A Diexecuter_test.cpp169 EXPECT_TRUE(executer->GetAll(list) == ERR_OK);
172 EXPECT_TRUE(executer->GetAll(list) != ERR_OK);
182 EXPECT_TRUE(executer->GetAll(list) == ERR_OK);
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp157 executer->GetAll(inputRuleList); in GetFirewallRules()
174 executer->GetAll(outputRuleList); in GetFirewallRules()
282 executer->GetAll(ruleList); in GetDomainFilterRules()
432 executer->GetAll(ruleList); in ChainExistRule()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h47 BASE_NS::vector<IObject::Ptr> GetAll() const override in META_BEGIN_NAMESPACE()
49 return container_->GetAll(); in META_BEGIN_NAMESPACE()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/executer/
H A Diexecuter.h39 virtual ErrCode GetAll(std::vector<std::string> &ruleList);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h67 auto list = cont->GetAll<IConnector>(); in Disconnect()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h284 BASE_NS::vector<IObject::Ptr> GetAll() const override in META_BEGIN_NAMESPACE()
286 return GetContainer().GetAll(); in META_BEGIN_NAMESPACE()
332 return GetContainer().template GetAll<IAnimation>(); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp96 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportThumbnailError()
136 map<string, NativePreferences::PreferencesValue> errorMap = prefs->GetAll(); in ReportCommonBehavior()
163 map<string, NativePreferences::PreferencesValue> deleteMap = prefs->GetAll(); in ReportDeleteStatistic()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_enhance_impl.h49 std::map<std::string, PreferencesValue> GetAll() override;
H A Dpreferences_impl.h49 std::map<std::string, PreferencesValue> GetAll() override;
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp349 auto data = container->GetAll<SCENE_NS::INode>(); in GetChild()
394 auto data = container->GetAll<SCENE_NS::INode>(); in GetCount()
464 auto data = container->GetAll<SCENE_NS::INode>(); in InsertChildAfter()
553 auto tmp = container->GetAll(); in ClearChildren()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h44 std::map<std::string, PreferencesValue> GetAll() override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h65 std::map<std::string, PreferencesValue> GetAll() override in GetAll() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp33 MOCK_METHOD0(GetAll, std::map<std::string, PreferencesValue>());
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp77 DECLARE_NAPI_FUNCTION_WITH_DATA("getAll", GetAll, ASYNC), in Init()
78 DECLARE_NAPI_FUNCTION_WITH_DATA("getAllSync", GetAll, SYNC), in Init()
186 napi_value PreferencesProxy::GetAll(napi_env env, napi_callback_info info) in GetAll() function in OHOS::Sendable::JSPreferences::PreferencesProxy
201 context->allElements = instance->GetAll(); in GetAll()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.h44 BASE_NS::vector<IObject::Ptr> GetAll() const override;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.h69 ValueTypes GetAll();

123