Home
last modified time | relevance | path

Searched refs:testRecord (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4292 std::shared_ptr<UserTestRecord> testRecord = std::make_shared<UserTestRecord>(); in StartEmptyProcess() local
4293 if (!testRecord) { in StartEmptyProcess()
4297 testRecord->want = want; in StartEmptyProcess()
4298 testRecord->observer = observer; in StartEmptyProcess()
4299 testRecord->isFinished = false; in StartEmptyProcess()
4300 testRecord->userId = userId; in StartEmptyProcess()
4301 appRecord->SetUserTestInfo(testRecord); in StartEmptyProcess()

Completed in 12 milliseconds