| 15 | } |
| 16 | |
| 17 | AppSharedInfo::AppSharedInfo(const std::shared_ptr<RdContext>& ctx) { |
| 18 | context_ = ctx; |
| 19 | } |
| 20 | |
| 21 | void AppSharedInfo::WriteData(const std::string& shm_name, const std::string& data) { |
| 22 | GuaranteeTargetMemory(shm_name); |
nothing calls this directly
no outgoing calls
no test coverage detected