Home
last modified time | relevance | path

Searched defs:getRecentActions (Results 1 – 4 of 4) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/java/nz/mega/sdk/
H A DMegaApiJava.java8332 public ArrayList<MegaRecentActionBucket> getRecentActions (long days, long maxnodes) { in getRecentActions() method in MegaApiJava
8347 public ArrayList<MegaRecentActionBucket> getRecentActions () { in getRecentActions() method in MegaApiJava
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmegaapi.cpp3526 MegaRecentActionBucketList* MegaApi::getRecentActions(unsigned days, unsigned maxnodes) in getRecentActions() function in mega::MegaApi
3531 MegaRecentActionBucketList* MegaApi::getRecentActions() in getRecentActions() function in mega::MegaApi
H A Dmegaclient.cpp14391 recentactions_vector MegaClient::getRecentActions(unsigned maxcount, m_time_t since) in getRecentActions() function in mega::MegaClient
H A Dmegaapi_impl.cpp10683 MegaRecentActionBucketList* MegaApiImpl::getRecentActions(unsigned days, unsigned maxnodes) in getRecentActions() function in mega::MegaApiImpl