Home
last modified time | relevance | path

Searched refs:idGen_ (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Di_http_task.cpp18 static std::atomic<uint32_t> idGen_; member
21 taskId_ = idGen_++; in IHttpTask()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/mountpoint/
H A Dmount_point.cpp26 atomic<uint32_t> MountPoint::idGen_;
30 id_ = idGen_++; in MountPoint()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/mountpoint/
H A Dmount_point.h52 static std::atomic<uint32_t> idGen_; member in OHOS::Storage::DistributedFile::final
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/
H A Dmount_point_test.cpp52 EXPECT_EQ(point.GetID(), point.idGen_ - 1); in HWTEST_F()

Completed in 2 milliseconds