Searched refs:chreNanoappInfo (Results 1 – 13 of 13) sorted by relevance
50 bool queryByAppId(struct chreNanoappInfo *info);58 bool queryByInstanceId(struct chreNanoappInfo *info);
62 bool NanoappInfo::queryByAppId(struct chreNanoappInfo *info) { in queryByAppId()73 bool NanoappInfo::queryByInstanceId(struct chreNanoappInfo *info) { in queryByInstanceId()
39 const struct chreNanoappInfo *nanoAppInfo = in handleEvent()40 static_cast<const struct chreNanoappInfo *>(eventData); in handleEvent()
43 struct chreNanoappInfo mRunningInfo;
263 struct chreNanoappInfo { struct446 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);462 struct chreNanoappInfo *info);
66 struct chreNanoappInfo info; in nanoappStart()82 struct chreNanoappInfo info; in nanoappHandleEvent()93 const auto *info = static_cast<const chreNanoappInfo *>(eventData); in nanoappHandleEvent()
291 struct chreNanoappInfo { struct471 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);487 struct chreNanoappInfo *info);
291 struct chreNanoappInfo { struct474 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);490 struct chreNanoappInfo *info);
305 struct chreNanoappInfo { struct487 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);503 struct chreNanoappInfo *info);
359 struct chreNanoappInfo { struct580 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);596 struct chreNanoappInfo *info);
279 struct chreNanoappInfo *info) const;288 struct chreNanoappInfo *info) const;
113 struct chreNanoappInfo *info) { in chreGetNanoappInfoByAppId()120 struct chreNanoappInfo *info) { in chreGetNanoappInfoByInstanceId()
49 bool populateNanoappInfo(const Nanoapp *app, struct chreNanoappInfo *info) { in populateNanoappInfo()334 uint64_t appId, struct chreNanoappInfo *info) const { in populateNanoappInfoForAppId()341 uint32_t instanceId, struct chreNanoappInfo *info) const { in populateNanoappInfoForInstanceId()489 auto *info = memoryAlloc<chreNanoappInfo>(); in notifyAppStatusChange()