Lines Matching refs:chre
169 NanohubRsp::NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre) in NanohubRsp() argument
178 if (chre) in NanohubRsp()
246 …temComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) in handleRx() argument
249 NanohubRsp rsp(buf, transactionId, chre); in handleRx()
458 …ppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) in handleRx() argument
462 NanohubRsp rsp(buf, transactionId, chre); in handleRx()
887 …temComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) in handleRx() argument
890 NanohubRsp rsp(buf, transactionId, chre); in handleRx()
969 if (app->chre) { in dumpAppInfo()
1081 apps_[id]->chre = false; in restoreApps()
1100 it->second->chre = false; in eraseApps()
1208 apps_[name.id]->chre = false; in readNanohubAppInfo()
1272 app->chre = false; in readNanohubAppInfo()
1274 app->chre = true; in readNanohubAppInfo()
1281 app->chre = false; in readNanohubAppInfo()
1283 app->chre = true; in readNanohubAppInfo()
1371 …ystemComm::doHandleRx(uint64_t appId, uint32_t transactionId, const char *data, int len, bool chre) in doHandleRx() argument
1387 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx()
1414 …eRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reboot, uint… in handleRx() argument
1426 status = session->handleRx(buf, transactionId, appManager, chre); in handleRx()
1432 NanohubRsp rsp(buf, transactionId, chre); in handleRx()