Home
last modified time | relevance | path

Searched refs:GenerateId (Results 1 - 25 of 54) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_frame_rate_linker_test.cpp70 * @tc.name: GenerateId
71 * @tc.desc: Test GenerateId
75 HWTEST_F(RSRenderFrameRateLinkerTest, GenerateId, TestSize.Level1) in HWTEST_F()
79 auto id1 = frameRateLinker->GenerateId(); in HWTEST_F()
80 auto id2 = frameRateLinker->GenerateId(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/
H A Drecycle_manager_test.cpp49 int32_t GenerateId();
65 int32_t RecycleManagerTest::GenerateId() in GenerateId() function in OHOS::Ace::NG::RecycleManagerTest
93 auto child0 = AceType::MakeRefPtr<CustomNode>(GenerateId(), "test"); in HWTEST_F()
102 auto child1 = AceType::MakeRefPtr<CustomNode>(GenerateId(), "test"); in HWTEST_F()
103 auto child2 = AceType::MakeRefPtr<CustomNode>(GenerateId(), "test"); in HWTEST_F()
127 auto child1 = AceType::MakeRefPtr<CustomNode>(GenerateId(), "test"); in HWTEST_F()
128 auto child2 = AceType::MakeRefPtr<CustomNode>(GenerateId(), "test"); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp23 FrameRateLinkerId RSRenderFrameRateLinker::GenerateId() in GenerateId() function in OHOS::Rosen::RSRenderFrameRateLinker
38 RSRenderFrameRateLinker::RSRenderFrameRateLinker() : id_(GenerateId()) {} in RSRenderFrameRateLinker()
/foundation/communication/netstack/utils/common_utils/src/
H A Drequest_tracer.cpp32 int32_t OHOS::NetStack::RequestTracer::Trace::GenerateId() in GenerateId() function in OHOS::NetStack::RequestTracer::Trace
37 OHOS::NetStack::RequestTracer::Trace::Trace(const std::string &className) : Trace(className, GenerateId()) in Trace()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.cpp27 FrameRateLinkerId RSFrameRateLinker::GenerateId() in GenerateId() function in OHOS::Rosen::RSFrameRateLinker
48 RSFrameRateLinker::RSFrameRateLinker() : id_(GenerateId()) in RSFrameRateLinker()
H A Drs_frame_rate_linker.h43 static FrameRateLinkerId GenerateId();
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.h27 std::string GenerateId();
H A Dudmf_utils.cpp52 std::string GenerateId() in GenerateId() function
/foundation/multimodalinput/input/util/common/include/
H A Did_factory.h33 T GenerateId() in GenerateId() function in OHOS::MMI::IdFactory
/foundation/communication/netstack/utils/common_utils/include/
H A Drequest_tracer.h29 static int32_t GenerateId();
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.h27 std::string GenerateId();
H A Dudmf_utils.cpp54 std::string GenerateId() in GenerateId() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_frame_rate_linker.h54 static FrameRateLinkerId GenerateId();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.h31 static std::string GenerateId();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_frame_rate_linker_test.cpp154 * @tc.name: GenerateId
155 * @tc.desc: test results of GenerateId
159 HWTEST_F(RSFrameRateLinkerTest, GenerateId, TestSize.Level1) in HWTEST_F()
162 FrameRateLinkerId res = frameRateLinker->GenerateId(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.h98 static InteractiveImplictAnimatorId GenerateId();
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_sql_statistic.h42 static uint32_t GenerateId();
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp94 V2::InspectorComposedComponent::GenerateId(), V2::ROW_COMPONENT_TAG, titleBox)); in BuildTitle()
119 V2::InspectorComposedComponent::GenerateId(), V2::ROW_COMPONENT_TAG, titleBox)); in BuildFloatingTitle()
193 V2::InspectorComposedComponent::GenerateId(), V2::BUTTON_COMPONENT_TAG, button); in BuildControlButton()
318 V2::InspectorComposedComponent::GenerateId(), V2::TEXT_COMPONENT_TAG, titleLabel_); in BuildTitleChildren()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_interpolator.cpp34 RSInterpolator::RSInterpolator() : id_(GenerateId()) {} in RSInterpolator()
36 uint64_t RSInterpolator::GenerateId() in GenerateId() function in OHOS::Rosen::RSInterpolator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_interpolator.h58 static uint64_t GenerateId();
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h578 static int32_t GenerateId();
653 int32_t Container::GenerateId() in GenerateId() function in OHOS::Ace::Container
664 int32_t Container::GenerateId<PLUGIN_SUBCONTAINER>();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp54 syncId_ = SyncManager::GenerateId(user); in SyncInfo()
63 syncId_ = SyncManager::GenerateId(user); in SyncInfo()
70 syncId_ = SyncManager::GenerateId(user); in SyncInfo()
79 syncId_ = SyncManager::GenerateId(param.user); in SyncInfo()
237 auto syncId = GenerateId(syncInfo.user_); in DoCloudSync()
481 auto syncId = GenerateId(info.user_);
493 uint64_t SyncManager::GenerateId(int32_t user)
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp56 abilityId_ = Container::GenerateId<PA_SERVICE_CONTAINER>(); in AceServiceAbility()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_component.h140 static std::string GenerateId();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsframeratelinker_fuzzer/
H A Drsframeratelinker_fuzzer.cpp203 frameRateLinker->GenerateId(); in DoGenerateId()

Completed in 9 milliseconds

123