Home
last modified time | relevance | path

Searched refs:cjAppSpawnClient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp27 cjAppSpawnClient_(std::make_shared<AppSpawnClient>("cjappspawn")), in RemoteClientManager()
67 if (cjAppSpawnClient_) { in GetCJSpawnClient()
68 return cjAppSpawnClient_; in GetCJSpawnClient()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h70 std::shared_ptr<AppSpawnClient> cjAppSpawnClient_; variable