Searched refs:cjAppSpawnClient_ (Results 1 – 2 of 2) sorted by relevance
27 cjAppSpawnClient_(std::make_shared<AppSpawnClient>("cjappspawn")), in RemoteClientManager()67 if (cjAppSpawnClient_) { in GetCJSpawnClient()68 return cjAppSpawnClient_; in GetCJSpawnClient()
70 std::shared_ptr<AppSpawnClient> cjAppSpawnClient_; variable