Home
last modified time | relevance | path

Searched refs:GetNativeSpawnClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h64 std::shared_ptr<AppSpawnClient> GetNativeSpawnClient();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp73 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetNativeSpawnClient() in GetNativeSpawnClient() function in OHOS::AppExecFwk::RemoteClientManager
H A Dapp_mgr_service_inner.cpp6900 auto spawnClient = isNativeFromJs ? remoteClientManager_->GetNativeSpawnClient() : in NotifyAppFaultBySA()