Home
last modified time | relevance | path

Searched refs:UNUSED_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h62 static UNUSED_FUNCTION void *DBDlOpen() in DBDlOpen()
71 static UNUSED_FUNCTION int Mkdir(const std::string &filePath) in Mkdir()
80 static UNUSED_FUNCTION int Access(const std::string &filePath) in Access()
89 static UNUSED_FUNCTION bool Fsync(const std::string &filePath) in Fsync()
116 static UNUSED_FUNCTION std::string ExtractFileName(const std::string &path) in ExtractFileName()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_platform.h26 #define UNUSED_FUNCTION __attribute__((unused)) macro
30 static UNUSED_FUNCTION uint32_t GetUid() in GetUid()
39 static UNUSED_FUNCTION int MkDir(const std::string &filePath, mode_t dirRight = DIR_RIGHT)
48 static UNUSED_FUNCTION uint64_t GetThreadId() in GetThreadId()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dvisibility.h25 #ifndef UNUSED_FUNCTION
26 #define UNUSED_FUNCTION __attribute__((unused)) macro