Home
last modified time | relevance | path

Searched defs:publicchat (Results 1 – 6 of 6) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dutils.cpp606 bool publicchat; in unserialize() local
874 bool TextChat::setMode(bool publicchat) in setMode()
H A Dmegaclient.cpp6333 bool publicchat = false; in sc_chatupdate() local
9945 bool publicchat = false; in procmcf() local
14603 void MegaClient::createChat(bool group, bool publicchat, const userpriv_vector *userpriv, const str… in createChat()
H A Dcommands.cpp6288 CommandChatCreate::CommandChatCreate(MegaClient *client, bool group, bool publicchat, const userpri… in CommandChatCreate()
H A Dmegaapi_impl.cpp9735 void MegaApiImpl::createChat(bool group, bool publicchat, MegaTextChatPeerList *peers, const MegaSt… in createChat()
21288 bool publicchat = (request->getAccess() == 1); in sendPendingRequests() local
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dtypes.h561 bool publicchat; // whether the chat is public or private member
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/
H A Dmegaapi_impl.h1529 bool publicchat; variable