/ohos5.0/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; 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 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()
|
/ohos5.0/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);
|
/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/executer/ |
H A D | iexecuter_test.cpp | 169 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 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()
|
/ohos5.0/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
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/ |
H A D | iptables_manager.cpp | 157 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 D | object_container.h | 47 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 D | iexecuter.h | 39 virtual ErrCode GetAll(std::vector<std::string> &ruleList);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | connector.h | 67 auto list = cont->GetAll<IConnector>(); in Disconnect()
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 284 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 D | dfx_reporter.cpp | 96 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 D | preferences_enhance_impl.h | 49 std::map<std::string, PreferencesValue> GetAll() override;
|
H A D | preferences_impl.h | 49 std::map<std::string, PreferencesValue> GetAll() override;
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 349 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 D | mock_preferences.h | 44 std::map<std::string, PreferencesValue> GetAll() override;
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 65 std::map<std::string, PreferencesValue> GetAll() override in GetAll() function
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | preference_helper_mock.cpp | 33 MOCK_METHOD0(GetAll, std::map<std::string, PreferencesValue>());
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 77 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 D | container_base.h | 44 BASE_NS::vector<IObject::Ptr> GetAll() const override;
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_impl.h | 69 ValueTypes GetAll();
|