Searched refs:WindowExtMapValType (Results 1 – 2 of 2) sorted by relevance
60 using WindowExtMapValType = std::pair<uint32_t, sptr<SessionInfo>>; variable61 using WindowExtensionMapType = std::map<sptr<IRemoteObject>, WindowExtMapValType>;
605 …WindowExtMapValType(targetService->GetApplicationInfo().accessTokenId, abilityRequest.sessionInfo)… in ConnectAbilityLocked()