Lines Matching refs:error
54 WMError error = windowSessionImpl->Create(context, iSession, identityToken);
55 if (error != WMError::WM_OK) {
56 errCode = error;
57 WLOGFE("error: %{public}u", static_cast<uint32_t>(errCode));
99 WMError error = windowImpl->Create(option->GetParentId(), context);
100 if (error != WMError::WM_OK) {
101 errCode = error;
162 WMError error = windowSessionImpl->Create(context, nullptr);
163 if (error != WMError::WM_OK) {
164 errCode = error;
165 TLOGW(WmsLogTag::WMS_PIP, "Create pip window, error: %{public}u", static_cast<uint32_t>(errCode));