Home
last modified time | relevance | path

Searched refs:gId_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_holder_manager.h99 uint32_t gId_ = 0; variable
103 std::string res = std::to_string(gId_); in genId()
104 gId_++; in genId()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dholder_manager.h126 std::atomic<uint32_t> gId_ = 1; variable
129 return gId_++; in genId()